Initial Commit

This commit is contained in:
benjaminchao
2015-07-23 09:32:59 +08:00
commit b106a628a5
13 changed files with 766 additions and 0 deletions

17
msext/AppDelegate.h Normal file
View 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