mirror of
https://github.com/status-im/react-native-status-keycard.git
synced 2025-03-01 12:30:32 +00:00
6 lines
95 B
Objective-C
6 lines
95 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface StatusKeycard : NSObject <RCTBridgeModule>
|
|
|
|
@end
|