From 327adb72348ed397ad44e9760ee7cd42fca188a4 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Wed, 25 Sep 2019 15:27:31 +0300 Subject: [PATCH] refactor: deprecate an interface --- tns-core-modules/application/application.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tns-core-modules/application/application.d.ts b/tns-core-modules/application/application.d.ts index 672e55cc5..03b3ebace 100644 --- a/tns-core-modules/application/application.d.ts +++ b/tns-core-modules/application/application.d.ts @@ -621,7 +621,9 @@ export interface iOSApplication { removeNotificationObserver(observer: any, notificationName: string): void; } -/* tslint:disable */ +/** +* @deprecated +*/ export interface RootViewControllerImpl { contentController: any; }