Files
Fluxup_PAP/node_modules/react-native-screens/ios/helpers/RNSViewInteractionAware.h
2026-03-10 16:18:05 +00:00

10 lines
133 B
Objective-C

#pragma once
@protocol RNSViewInteractionAware
- (void)rnscreens_disableInteractions;
- (void)rnscreens_enableInteractions;
@end