fix(types-ios): view factory initShared (#10726)

This commit is contained in:
Nathan Walker
2025-04-01 15:28:12 -07:00
committed by GitHub
parent 2f734ccafe
commit 454223cea1

View File

@ -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;