as-app/ios/AlerteSecours/AppDelegate.mm
2025-11-30 23:40:42 +01:00

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