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 | 4a3105e612c7a612725f131b6d2a9079fcc3eb0e (patch) | |
tree | 92083fe0d19a1ac88d3cad376e1b10cc7a3dff6a /iPhone/FixMyStreet/Classes/MainViewController.h | |
parent | 6bebea876ad30acc252aca97f2f012bbef327d11 (diff) |
update ios app to phonegap 2.1.0
Diffstat (limited to 'iPhone/FixMyStreet/Classes/MainViewController.h')
-rw-r--r-- | iPhone/FixMyStreet/Classes/MainViewController.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/iPhone/FixMyStreet/Classes/MainViewController.h b/iPhone/FixMyStreet/Classes/MainViewController.h index 3f48936..c2b68de 100644 --- a/iPhone/FixMyStreet/Classes/MainViewController.h +++ b/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 |