summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-02-19 04:22:43 +0100
committerJules Laplace <jules@okfoc.us>2017-02-19 04:22:43 +0100
commit8f03316d04ba3a51ce16d90ffe94d7611c013652 (patch)
tree1e1282bafc0cf5ec1f9df8f79323fb3ad7388637 /StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h
parented12781e91bb9df05d9b0f927f867d5d3c658f6d (diff)
get rid of old parse plugin
Diffstat (limited to 'StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h')
-rw-r--r--StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h19
1 files changed, 0 insertions, 19 deletions
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 <Cordova/CDV.h>
-#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