BlueWallet/ios/BlueWallet/AppDelegate.h

9 lines
235 B
C
Raw Normal View History

2023-03-04 13:51:11 -04:00
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
2020-07-18 20:33:43 +01:00
#import <UserNotifications/UNUserNotificationCenter.h>
#import <UIKit/UIKit.h>
2023-03-04 13:51:11 -04:00
@interface AppDelegate : RCTAppDelegate <UIApplicationDelegate, UNUserNotificationCenterDelegate>
@end