mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
9ba0bda8f7
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
9 lines
234 B
Objective-C
9 lines
234 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
#import "Statusgo/Statusgo.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface Status : NSObject <RCTBridgeModule, StatusgoSignalHandler>
|
|
- (void)handleSignal:(NSString *)signal;
|
|
@end
|