123456789101112131415161718 |
- //
- // AppDelegate.h
- // Demo
- //
- // Created by BensonZhang on 15/11/20.
- // Copyright © 2015年 xunlian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|