diff options
Diffstat (limited to 'backends/platform/ios7/iOS7AppDelegate.h')
-rw-r--r-- | backends/platform/ios7/iOS7AppDelegate.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/backends/platform/ios7/iOS7AppDelegate.h b/backends/platform/ios7/iOS7AppDelegate.h deleted file mode 100644 index 7f903a692d..0000000000 --- a/backends/platform/ios7/iOS7AppDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// Created by Vincent Bénony on 07/12/2015. -// - -#import <UIKit/UIKit.h> - -@class iPhoneView; - - -@interface iOS7AppDelegate : NSObject<UIApplicationDelegate> - -+ (iOS7AppDelegate *)iOS7AppDelegate; -+ (iPhoneView *)iPhoneView; - -@end |