// // AppDelegate.h // msext // // Created by chao on 15/7/23. // Copyright (c) 2015年 chao. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end