diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-16 17:40:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-17 10:34:25 +0100 |
commit | 9631290262065627dc5ed3c822adc4e4df706551 (patch) | |
tree | 369ace7b08a5687a720083204b5439587cb1357d /phonegap/iPhone/FixMyStreet/Classes/MainViewController.h | |
parent | 9c5048229159c172a4071ddf6e8c377f4d5511bb (diff) |
update ios app to phonegap 2.1.0
Diffstat (limited to 'phonegap/iPhone/FixMyStreet/Classes/MainViewController.h')
-rw-r--r-- | phonegap/iPhone/FixMyStreet/Classes/MainViewController.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phonegap/iPhone/FixMyStreet/Classes/MainViewController.h b/phonegap/iPhone/FixMyStreet/Classes/MainViewController.h index 3f48936da..c2b68deb8 100644 --- a/phonegap/iPhone/FixMyStreet/Classes/MainViewController.h +++ b/phonegap/iPhone/FixMyStreet/Classes/MainViewController.h @@ -25,11 +25,7 @@ // Copyright __MyCompanyName__ 2012. All rights reserved. // -#ifdef CORDOVA_FRAMEWORK - #import <Cordova/CDVViewController.h> -#else - #import "CDVViewController.h" -#endif +#import <Cordova/CDVViewController.h> @interface MainViewController : CDVViewController |