AppDelegate2.h 227 B

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