10 lines
194 B
C
10 lines
194 B
C
|
#import <sys/utsname.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTBridgeModule.h>
|
||
|
#import "Statusgo.h"
|
||
|
#import "RCTLog.h"
|
||
|
|
||
|
@interface AccountManager : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|