#import "AppDelegate.h" #import @implementation LegacyAppDelegate // This legacy Objective-C AppDelegate is no longer used as the main // application delegate. The app now uses the Swift-based // `AppDelegate: ExpoAppDelegate` defined in AppDelegate.swift. // We keep this stub implementation so that any generated references // to `LegacyAppDelegate` continue to compile. @end