mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
7 lines
113 B
Objective-C
7 lines
113 B
Objective-C
// BwFileAccess.h
|
|
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface BwFileAccess : NSObject <RCTBridgeModule>
|
|
|
|
@end
|