1234567891011121314151617 |
- //
- // AppDelegate.h
- // iFreshDemo
- //
- // Created by zhang on 16/10/8.
- // Copyright © 2016年 taolei. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
-
- @property (strong, nonatomic) UIWindow *window;
-
-
- @end
|