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 c5febdb8b..8a82a60a7 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 @@ -28,3 +28,11 @@ declare var NativeScriptEmbedderDelegate: { prototype: NativeScriptEmbedderDelegate; }; + +declare class NativeScriptViewFactory extends NSObject { + static getKeyWindow(): UIWindow; + static shared: NativeScriptViewFactory; + views: NSMutableDictionary; + viewCreator: (id: string, ctrl: UIViewController) => void; + viewDestroyer: (id: string) => void; +} \ No newline at end of file