alerte-secours/app/ios/AlerteSecours/AppDelegate.h
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

10 lines
324 B
Objective-C

#import <UIKit/UIKit.h>
// Legacy Objective-C AppDelegate left in place for compatibility.
// The actual application delegate is implemented in Swift as `AppDelegate`
// (subclassing ExpoAppDelegate).
@interface LegacyAppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@end