refactor: deprecate an interface

This commit is contained in:
Vasil Chimev
2019-09-25 15:27:31 +03:00
parent fc1a6dacfa
commit fcc662947f

View File

@@ -627,7 +627,9 @@ export interface iOSApplication {
removeNotificationObserver(observer: any, notificationName: string): void;
}
/* tslint:disable */
/**
* @deprecated
*/
export interface RootViewControllerImpl {
contentController: any;
}