8000 refactor: deprecate an interface · NativeScript/NativeScript@327adb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 327adb7

Browse files
committed
refactor: deprecate an interface
1 parent 030f8ce commit 327adb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tns-core-modules/application/application.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,9 @@ export interface iOSApplication {
621621
removeNotificationObserver(observer: any, notificationName: string): void;
622622
}
623623

624-
/* tslint:disable */
624+
/**
625+
* @deprecated
626+
*/
625627
export interface RootViewControllerImpl {
626628
contentController: any;
627629
}

0 commit comments

Comments
 (0)
0