scummvm/backends/platform/ios7/iOS7AppDelegate.h
2016-01-06 16:17:35 +01:00

15 lines
232 B
Objective-C

//
// Created by Vincent Bénony on 07/12/2015.
//
#import <UIKit/UIKit.h>
@class iPhoneView;
@interface iOS7AppDelegate : NSObject<UIApplicationDelegate>
+ (iOS7AppDelegate *)iOS7AppDelegate;
+ (iPhoneView *)iPhoneView;
@end