| 1234567891011121314 |
- #import <React/RCTBridgeDelegate.h>
- //#import <JPUSHService.h>
- #import <Expo/Expo.h>
- #import <UIKit/UIKit.h>
- #import "NativeBridge.h"
- @interface AppDelegate : EXAppDelegateWrapper <UIApplicationDelegate, RCTBridgeDelegate,UNUserNotificationCenterDelegate>
- @property (nonatomic, strong) UIWindow *window;
- @property (nonatomic, strong) NativeBridge *nativeBridge;
- @property (nonatomic, strong) NSTimer *timer;
- @property (nonatomic, assign) BOOL rnLoaded;
- @end
|