mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
9 lines
181 B
Objective-C
9 lines
181 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <Expo/Expo.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <UserNotifications/UNUserNotificationCenter.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper
|
|
|
|
@end
|