mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-16 19:54:45 +00:00
5ae858da0d
Former-commit-id: 782ea0858996c173c426f23769a7d63a2e84c6a7
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 |