AppDelegate.h 274 B

12345678910
  1. #import <React/RCTBridgeDelegate.h>
  2. #import <JPUSHService.h>
  3. #import <Expo/Expo.h>
  4. #import <UIKit/UIKit.h>
  5. @interface AppDelegate : EXAppDelegateWrapper <UIApplicationDelegate, RCTBridgeDelegate,JPUSHRegisterDelegate>
  6. @property (nonatomic, strong) UIWindow *window;
  7. @end