BlueWallet/ios/BlueWallet/AppDelegate.h

7 lines
98 B
C
Raw Normal View History

2023-03-04 13:51:11 -04:00
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
2023-04-03 19:32:57 -04:00
@interface AppDelegate : RCTAppDelegate
@end