mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-17 04:01:28 +00:00
6 lines
133 B
C
6 lines
133 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import "RCTBridgeModule.h"
|
||
|
#import "RCTLog.h"
|
||
|
|
||
|
@interface Status : NSObject <RCTBridgeModule>
|
||
|
@end
|