mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
10 lines
195 B
C
10 lines
195 B
C
|
#import <sys/utsname.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTBridgeModule.h>
|
||
|
#import "Statusgo.h"
|
||
|
#import "RCTLog.h"
|
||
|
|
||
|
@interface DatabaseManager : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|