Merge branch 'feat/monorepo' of https://github.com/NativeScript/NativeScript into feat/monorepo

This commit is contained in:
Nathan Walker
2020-07-23 15:52:59 -07:00
48 changed files with 118 additions and 16 deletions

View File

@@ -127,6 +127,7 @@ export namespace iOSNativeHelper {
return transform;
}
@NativeClass
export class UIDocumentInteractionControllerDelegateImpl extends NSObject implements UIDocumentInteractionControllerDelegate {
public static ObjCProtocols = [UIDocumentInteractionControllerDelegate];