8 lines
379 B
Swift
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 {}
|