Skip to content

Commit cb92903

Browse files
committed
ci: build
1 parent 803c472 commit cb92903

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/types-ios/src/lib/ios/objc-x86_64/objc!NativeScriptEmbedder.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ declare var NativeScriptEmbedderDelegate: {
2828

2929
prototype: NativeScriptEmbedderDelegate;
3030
};
31+
32+
declare class NativeScriptViewFactory extends NSObject {
33+
static getKeyWindow(): UIWindow;
34+
static shared: NativeScriptViewFactory;
35+
views: NSMutableDictionary<string, any>;
36+
viewCreator: (id: string, ctrl: UIViewController) => void;
37+
viewDestroyer: (id: string) => void;
38+
}

0 commit comments

Comments
 (0)