From 8f985025d1ee4748c192007abba2ea8bd71e5ddd Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Sun, 4 Jun 2017 16:54:12 -0400 Subject: [PATCH] chore --- src/@ionic-native/plugins/phonegap-local-notification/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/@ionic-native/plugins/phonegap-local-notification/index.ts b/src/@ionic-native/plugins/phonegap-local-notification/index.ts index 7bb0985f..18c30e89 100644 --- a/src/@ionic-native/plugins/phonegap-local-notification/index.ts +++ b/src/@ionic-native/plugins/phonegap-local-notification/index.ts @@ -3,6 +3,9 @@ import { Cordova, CordovaInstance, Plugin, IonicNativePlugin, checkAvailability declare const Notification: any; +/** +* @hidden +*/ export class PLNObject { private _objectInstance: any;