11 lines
373 B
Text
11 lines
373 B
Text
#import "AppDelegate.h"
|
|
|
|
@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
|