Files
stk/iOS/demo/iOS Demo/AppDelegate.h
2014-03-30 23:43:32 +01:00

15 lines
224 B
Objective-C

//
// AppDelegate.h
// iOS Demo
//
// Created by Ariel Elkin on 03/03/2014.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end