as-app/ios/AlerteSecours/noop-file.swift
2025-12-08 22:43:59 +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 {}