alerte-secours/app/ios/AlerteSecours/AppDelegate.mm
devthejo 3e56818c1d chore(to-monorepo): import as-app repo into app
git-subtree-dir: app
git-subtree-mainline: b28b08a80b
git-subtree-split: a6c3dc2641
2026-03-09 08:54:57 +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