react-native-screen-capture/ios/ScreenCapture.h
2023-01-02 01:13:48 +03:00

8 lines
115 B
Objective-C

// ScreenCapture.h
#import <React/RCTBridgeModule.h>
@interface ScreenCapture : NSObject <RCTBridgeModule>
@end