mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
ci: build
This commit is contained in:
@ -28,3 +28,11 @@ declare var NativeScriptEmbedderDelegate: {
|
||||
|
||||
prototype: NativeScriptEmbedderDelegate;
|
||||
};
|
||||
|
||||
declare class NativeScriptViewFactory extends NSObject {
|
||||
static getKeyWindow(): UIWindow;
|
||||
static shared: NativeScriptViewFactory;
|
||||
views: NSMutableDictionary<string, any>;
|
||||
viewCreator: (id: string, ctrl: UIViewController) => void;
|
||||
viewDestroyer: (id: string) => void;
|
||||
}
|
Reference in New Issue
Block a user