mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
6 lines
82 B
Objective-C
6 lines
82 B
Objective-C
#import "RCTBridgeModule.h"
|
|
|
|
@interface Sample : NSObject <RCTBridgeModule>
|
|
|
|
@end
|