aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/iOS7AppDelegate.h
blob: 7f903a692db68d33065a201c854da1e352105d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Created by Vincent Bénony on 07/12/2015.
//

#import <UIKit/UIKit.h>

@class iPhoneView;


@interface iOS7AppDelegate : NSObject<UIApplicationDelegate>

+ (iOS7AppDelegate *)iOS7AppDelegate;
+ (iPhoneView *)iPhoneView;

@end