aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/CordovaLib/Classes/CDVPlugin.h
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-10 15:17:41 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-10 15:17:41 +0100
commit8c81bd47bbe3ed65a55a2c5fd376bfd726bd6777 (patch)
tree4076c08e5e85159da272ee455de412a1ae92679b /iPhone/CordovaLib/Classes/CDVPlugin.h
parent7d57c4bfa201c12885b26b186ebac4b3028d570b (diff)
upgrade iOS to phonegap 2.9
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVPlugin.h')
-rwxr-xr-xiPhone/CordovaLib/Classes/CDVPlugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVPlugin.h b/iPhone/CordovaLib/Classes/CDVPlugin.h
index f5b50eb..33ba1c4 100755
--- a/iPhone/CordovaLib/Classes/CDVPlugin.h
+++ b/iPhone/CordovaLib/Classes/CDVPlugin.h
@@ -23,10 +23,10 @@
#import "NSMutableArray+QueueAdditions.h"
#import "CDVCommandDelegate.h"
-#define CDVPageDidLoadNotification @"CDVPageDidLoadNotification"
-#define CDVPluginHandleOpenURLNotification @"CDVPluginHandleOpenURLNotification"
-#define CDVPluginResetNotification @"CDVPluginResetNotification"
-#define CDVLocalNotification @"CDVLocalNotification"
+extern NSString* const CDVPageDidLoadNotification;
+extern NSString* const CDVPluginHandleOpenURLNotification;
+extern NSString* const CDVPluginResetNotification;
+extern NSString* const CDVLocalNotification;
@interface CDVPlugin : NSObject {}