mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
956da9b82e
Former-commit-id: 608243bd3d5bce1f2729a3fe65b10f233641c5eb
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
|