mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
15 lines
224 B
Objective-C
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
|