* chore_: use status.go v2 endpoint https://github.com/status-im/status-go/compare/39511298...e255fb8b * feat: use status backend server (#21550) * chore: add env variable STATUS_BACKEND_SERVER_IMAGE_SERVER_URI_PREFIX * update doc * fix_: image_server lint issue * chore_: update status-go version
11 lines
277 B
Objective-C
11 lines
277 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>
|
|
+ (Status *)sharedInstance;
|
|
- (void)handleSignal:(NSString *)signal;
|
|
@end
|