summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h')
-rw-r--r--StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h b/StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h
index ee3f0764..69ba6c08 100644
--- a/StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h
+++ b/StoneIsland/platforms/ios/Stone Island/Classes/AppDelegate.h
@@ -25,18 +25,9 @@
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.
//
-#import <UIKit/UIKit.h>
-
#import <Cordova/CDVViewController.h>
+#import <Cordova/CDVAppDelegate.h>
-@interface AppDelegate : NSObject <UIApplicationDelegate>{}
-
-// invoke string is passed to your app on launch, this is only valid if you
-// edit Stone Island-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, strong) IBOutlet UIWindow* window;
-@property (nonatomic, strong) IBOutlet CDVViewController* viewController;
+@interface AppDelegate : CDVAppDelegate {}
@end