12 lines
403 B
Text
12 lines
403 B
Text
#import "AppDelegate.h"
|
|
#import <Firebase/Firebase.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
|