aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/iPhone/FixMyStreet/Classes/MainViewController.h
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-16 17:40:53 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-17 10:34:25 +0100
commit9631290262065627dc5ed3c822adc4e4df706551 (patch)
tree369ace7b08a5687a720083204b5439587cb1357d /phonegap/iPhone/FixMyStreet/Classes/MainViewController.h
parent9c5048229159c172a4071ddf6e8c377f4d5511bb (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.h6
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