mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
0c55f1208b
Signed-off-by: andrey <motor4ik@gmail.com>
10 lines
249 B
Objective-C
10 lines
249 B
Objective-C
#import <sys/utsname.h>
|
|
#import <Foundation/Foundation.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
#import "Statusgo.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface Status : NSObject <RCTBridgeModule, StatusgoSignalHandler>
|
|
- (void)handleSignal:(NSString *)signal;
|
|
@end
|