Files
Schnappix/node_modules/react-native-view-shot/ios/RNViewShot.h
T

15 lines
253 B
Objective-C

#import <React/RCTBridgeModule.h>
#ifdef RCT_NEW_ARCH_ENABLED
#import <rnviewshot/rnviewshot.h>
#endif
@interface RNViewShot : NSObject <RCTBridgeModule>
@end
#ifdef RCT_NEW_ARCH_ENABLED
@interface RNViewShot () <NativeRNViewShotSpec>
@end
#endif