Initial Commit
This commit is contained in:
17
msext/AppDelegate.h
Normal file
17
msext/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// msext
|
||||
//
|
||||
// Created by chao on 15/7/23.
|
||||
// Copyright (c) 2015年 chao. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user