#import // Legacy Objective-C AppDelegate left in place for compatibility. // The actual application delegate is implemented in Swift as `AppDelegate` // (subclassing ExpoAppDelegate). @interface LegacyAppDelegate : UIResponder @property (nonatomic, strong) UIWindow *window; @end