mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
8 lines
153 B
Objective-C
8 lines
153 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <UserNotifications/UNUserNotificationCenter.h>
|
|
|
|
@interface AppDelegate : RCTAppDelegate
|
|
|
|
@end
|