From 73e3d5d4077636487f07be1beff3b2714ee2b276 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Mar 2013 15:57:26 +0000 Subject: upgrade to phonegap 2.5 for ios --- iPhone/CordovaLib/Classes/CDVPlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iPhone/CordovaLib/Classes/CDVPlugin.h') diff --git a/iPhone/CordovaLib/Classes/CDVPlugin.h b/iPhone/CordovaLib/Classes/CDVPlugin.h index 8c59a2b..f5b50eb 100755 --- a/iPhone/CordovaLib/Classes/CDVPlugin.h +++ b/iPhone/CordovaLib/Classes/CDVPlugin.h @@ -23,6 +23,7 @@ #import "NSMutableArray+QueueAdditions.h" #import "CDVCommandDelegate.h" +#define CDVPageDidLoadNotification @"CDVPageDidLoadNotification" #define CDVPluginHandleOpenURLNotification @"CDVPluginHandleOpenURLNotification" #define CDVPluginResetNotification @"CDVPluginResetNotification" #define CDVLocalNotification @"CDVLocalNotification" @@ -30,14 +31,13 @@ @interface CDVPlugin : NSObject {} @property (nonatomic, weak) UIWebView* webView; -@property (nonatomic, strong) NSDictionary* settings; @property (nonatomic, weak) UIViewController* viewController; @property (nonatomic, weak) id commandDelegate; @property (readonly, assign) BOOL hasPendingOperation; -- (CDVPlugin*)initWithWebView:(UIWebView*)theWebView settings:(NSDictionary*)classSettings; - (CDVPlugin*)initWithWebView:(UIWebView*)theWebView; +- (void)pluginInitialize; - (void)handleOpenURL:(NSNotification*)notification; - (void)onAppTerminate; -- cgit v1.2.3