| 1234567891011121314151617 |
- //
- // AppDelegate.h
- // model
- //
- // Created by zuxiukuan on 2018/7/15.
- // Copyright © 2018年 Mine. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property(strong, nonatomic) UIWindow *window;
- @property(nonatomic, assign) BOOL firstLogin;
- @end
|