8000 fix(types-ios): view factory initShared (#10726) · NativeScript/NativeScript@454223c · GitHub
[go: up one dir, main page]

Skip to content

Commit 454223c

Browse files
authored
fix(types-ios): view factory initShared (#10726)
1 parent 2f734cc commit 454223c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ declare var NativeScriptEmbedderDelegate: {
3131

3232
declare class NativeScriptViewFactory extends NSObject {
3333
static getKeyWindow(): UIWindow;
34+
static initShared(): void;
3435
static shared: NativeScriptViewFactory;
3536
views: NSMutableDictionary<string, any>;
3637
viewCreator: (id: string, ctrl: UIViewController) => void;

0 commit comments

Comments
 (0)
0