diff --git a/packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts b/packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts index 8a82a60a76..37b059273e 100644 --- a/packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts +++ b/packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts @@ -31,6 +31,7 @@ declare var NativeScriptEmbedderDelegate: { declare class NativeScriptViewFactory extends NSObject { static getKeyWindow(): UIWindow; + static initShared(): void; static shared: NativeScriptViewFactory; views: NSMutableDictionary; viewCreator: (id: string, ctrl: UIViewController) => void;