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

#import <UIKit/UIKit.h>


@interface iOS7AppDelegate : NSObject<UIApplicationDelegate>
@end