git-subtree-dir: app git-subtree-mainline:b28b08a80bgit-subtree-split:a6c3dc2641
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 {}
|