mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
17 lines
292 B
Objective-C
17 lines
292 B
Objective-C
//
|
|
// MenuElementsEmitter.h
|
|
// BlueWallet
|
|
//
|
|
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
@interface MenuElementsEmitter : RCTEventEmitter
|
|
|
|
+ (instancetype)sharedInstance;
|
|
|
|
- (void)openSettings;
|
|
- (void)addWalletMenuAction;
|
|
- (void)importWalletMenuAction;
|
|
- (void)reloadTransactionsMenuAction;
|
|
|
|
@end |