mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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 {
|
||||
static getKeyWindow(): UIWindow;
|
||||
static initShared(): void;
|
||||
static shared: NativeScriptViewFactory;
|
||||
views: NSMutableDictionary<string, any>;
|
||||
viewCreator: (id: string, ctrl: UIViewController) => void;
|
||||
|
||||
Reference in New Issue
Block a user