mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
window is now optional
This commit is contained in:
2
ios.d.ts
vendored
2
ios.d.ts
vendored
@@ -20267,7 +20267,7 @@ interface UIAlertViewDelegate {
|
||||
alertViewShouldEnableFirstOtherButton?(alertView: UIAlertView): boolean;
|
||||
}
|
||||
interface UIApplicationDelegate {
|
||||
window: UIWindow;
|
||||
window?: UIWindow;
|
||||
applicationDidFinishLaunching?(application: UIApplication): void;
|
||||
applicationWillFinishLaunchingWithOptions?(application: UIApplication, launchOptions: NSDictionary): boolean;
|
||||
applicationDidFinishLaunchingWithOptions?(application: UIApplication, launchOptions: NSDictionary): boolean;
|
||||
|
||||
Reference in New Issue
Block a user