alerte-secours/app/ios/AlerteSecours/noop-file.swift
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

8 lines
379 B
Swift

import Foundation
/// Legacy RCTAppDelegate-based implementation removed.
/// The real application delegate is `AppDelegate: ExpoAppDelegate` in `AppDelegate.swift`.
/// This placeholder exists only to satisfy any stale Xcode references and has no effect
/// on application startup or expo-updates behavior.
@objc(NoopLegacyAppDelegate)
class NoopLegacyAppDelegate: NSObject {}