mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-19 13:54:12 +00:00
6 lines
100 B
Objective-C
6 lines
100 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface RCTTestFairyBridge : NSObject <RCTBridgeModule>
|
|
|
|
@end
|