mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
8 lines
113 B
C
8 lines
113 B
C
|
// BwFileAccess.h
|
||
|
|
||
|
#import <React/RCTBridgeModule.h>
|
||
|
|
||
|
@interface BwFileAccess : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|