2
0
mirror of https://github.com/status-im/status-react.git synced 2025-02-16 21:07:21 +00:00

7 lines
134 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
#import "RCTLog.h"
@interface Status : NSObject <RCTBridgeModule>
@end