Home
last modified time | relevance | path

Searched refs:AppLoaderTaskSwiftDelegate (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift67 public protocol AppLoaderTaskSwiftDelegate: AnyObject { protocol
105 public weak var swiftDelegate: AppLoaderTaskSwiftDelegate?
/expo/packages/expo-updates/ios/EXUpdates/
H A DAppController.swift35 public class AppController: NSObject, AppLoaderTaskDelegate, AppLoaderTaskSwiftDelegate, ErrorRecov… in appController()