2019-05-30 14:01:20 +00:00
|
|
|
#import <sys/utsname.h>
|
2016-09-07 17:35:04 +00:00
|
|
|
#import <Foundation/Foundation.h>
|
2017-10-19 04:38:20 +00:00
|
|
|
#import <React/RCTBridgeModule.h>
|
2021-03-29 16:23:40 +00:00
|
|
|
#import "Statusgo.h"
|
2016-09-07 17:35:04 +00:00
|
|
|
#import "RCTLog.h"
|
|
|
|
|
2019-02-12 11:35:26 +00:00
|
|
|
@interface Status : NSObject <RCTBridgeModule, StatusgoSignalHandler>
|
|
|
|
- (void)handleSignal:(NSString *)signal;
|
2016-10-11 14:24:52 +00:00
|
|
|
@end
|