From fcc662947fc62b6bc8c6a695070f845df7c3369d 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 48217c411..c8d8fe54c 100644 --- a/tns-core-modules/application/application.d.ts +++ b/tns-core-modules/application/application.d.ts @@ -627,7 +627,9 @@ export interface iOSApplication { removeNotificationObserver(observer: any, notificationName: string): void; } -/* tslint:disable */ +/** +* @deprecated +*/ export interface RootViewControllerImpl { contentController: any; }