refactor: deprecate an interface

This commit is contained in:
Vasil Chimev
2019-09-25 15:27:31 +03:00
parent 030f8ceeac
commit 327adb7234

View File

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