// // EventEmitter.h // BlueWallet // // Created by Marcos Rodriguez on 12/25/20. // Copyright © 2020 BlueWallet. All rights reserved. // #import #import @interface EventEmitter : RCTEventEmitter + (EventEmitter *)sharedInstance; - (void)sendNotification:(NSDictionary *)userInfo; - (void)openSettings; @end