mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 13:25:43 +00:00
7 lines
134 B
Objective-C
7 lines
134 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface Status : NSObject <RCTBridgeModule>
|
|
@end
|