Files
stk/iOS/Demo/iOS Demo/AppDelegate.h
2014-03-14 18:07:53 +00: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