15 lines
232 B
Objective-C
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
|