From 4a3105e612c7a612725f131b6d2a9079fcc3eb0e Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 16 Oct 2012 17:40:53 +0100 Subject: update ios app to phonegap 2.1.0 --- iPhone/FixMyStreet/Classes/MainViewController.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'iPhone/FixMyStreet/Classes/MainViewController.h') 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 -#else - #import "CDVViewController.h" -#endif +#import @interface MainViewController : CDVViewController -- cgit v1.2.3