mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 16:56:31 +00:00
8 lines
177 B
Objective-C
8 lines
177 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "RCTBridgeModule.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface Status : NSObject <RCTBridgeModule>
|
|
+ (void)signalEvent:(const char *) signal;
|
|
@end
|