diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-08 18:13:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-08 18:13:00 +0100 |
commit | b06bf2f56262fe7c77c381cd2b4226362dd55e16 (patch) | |
tree | 12d5ded748d54c7807a28083eb1dc4a908d3dc6a /phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h | |
parent | e3856e704ac8ae7731e24d49d43b9acd2dbe0098 (diff) |
upgrade to phonegap 1.8
Diffstat (limited to 'phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h')
-rw-r--r-- | phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h b/phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h index f583369ad..cee4240b1 100644 --- a/phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h +++ b/phonegap/iPhone/FixMyStreet/Classes/AppDelegate.h @@ -19,9 +19,9 @@ // // AppDelegate.h -// FixMyStreet +// cordova1.8.0 // -// Created by Struan Donald on 08/03/2012. +// Created by Struan Donald on 08/06/2012. // Copyright __MyCompanyName__ 2012. All rights reserved. // @@ -34,17 +34,15 @@ #endif -@interface AppDelegate : NSObject < UIApplicationDelegate, UIWebViewDelegate, CDVCommandDelegate > { +@interface AppDelegate : NSObject < UIApplicationDelegate > { - NSString* invokeString; } // invoke string is passed to your app on launch, this is only valid if you -// edit FooBar.plist to add a protocol +// edit cordova1.8.0-Info.plist to add a protocol // a simple tutorial can be found here : // http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html -@property (nonatomic, copy) NSString* invokeString; @property (nonatomic, retain) IBOutlet UIWindow* window; @property (nonatomic, retain) IBOutlet CDVViewController* viewController; |