From 8f03316d04ba3a51ce16d90ffe94d7611c013652 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 19 Feb 2017 04:22:43 +0100 Subject: get rid of old parse plugin --- .../src/ios/CDVParsePlugin.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h (limited to 'StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h') diff --git a/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h b/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h deleted file mode 100644 index 47e1a69c..00000000 --- a/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h +++ /dev/null @@ -1,19 +0,0 @@ -#import -#import "AppDelegate.h" - -@interface CDVParsePlugin: CDVPlugin - -- (void)initialize: (CDVInvokedUrlCommand*)command; -- (void)getInstallationId: (CDVInvokedUrlCommand*)command; -- (void)getInstallationObjectId: (CDVInvokedUrlCommand*)command; -- (void)getSubscriptions: (CDVInvokedUrlCommand *)command; -- (void)subscribe: (CDVInvokedUrlCommand *)command; -- (void)unsubscribe: (CDVInvokedUrlCommand *)command; -- (void)resetBadge: (CDVInvokedUrlCommand *)command; -- (void)trackEvent: (CDVInvokedUrlCommand *)command; - -@end - -@interface AppDelegate (CDVParsePlugin) -- (void)handleRemoteNotification:(UIApplication *)application payload:(NSDictionary *)payload; -@end -- cgit v1.2.3-70-g09d2