Files
drip/ios/drip/AppDelegate.h
T
2022-08-12 08:29:30 +00:00

9 lines
230 B
Objective-C

#import <UIKit/UIKit.h>
#import <UserNotifications/UNUserNotificationCenter.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate>
@property (nonatomic, strong) UIWindow *window;
@end