| 123456789101112131415 |
- //
- // SettingViewController.h
- // IBOSSmini
- //
- // Created by apple on 2017/5/4.
- // Copyright © 2017年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- #import "DKPWModifyAlterView.h"
- @interface SettingViewController : BaseViewController
- @property(nonatomic,assign) BOOL clickFlag;
- @property(nonatomic,strong) DKPWModifyAlterView *passwordModify;
- @end
|