mirror of
https://github.com/status-im/status-react.git
synced 2025-01-13 12:36:11 +00:00
6 lines
133 B
Objective-C
6 lines
133 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface Status : NSObject <RCTBridgeModule>
|
|
@end |