mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-06 17:28:29 +08:00
fix(types-ios): view factory initShared (#10726)
This commit is contained in:
@ -31,6 +31,7 @@ declare var NativeScriptEmbedderDelegate: {
|
|||||||
|
|
||||||
declare class NativeScriptViewFactory extends NSObject {
|
declare class NativeScriptViewFactory extends NSObject {
|
||||||
static getKeyWindow(): UIWindow;
|
static getKeyWindow(): UIWindow;
|
||||||
|
static initShared(): void;
|
||||||
static shared: NativeScriptViewFactory;
|
static shared: NativeScriptViewFactory;
|
||||||
views: NSMutableDictionary<string, any>;
|
views: NSMutableDictionary<string, any>;
|
||||||
viewCreator: (id: string, ctrl: UIViewController) => void;
|
viewCreator: (id: string, ctrl: UIViewController) => void;
|
||||||
|
Reference in New Issue
Block a user