12345678910111213141516171819 |
- //
- // UserRestPassword2ViewController.h
- // XenonSDK
- //
- // Created by SAGESSE on 2019/5/30.
- // Copyright © 2019 SAGESSE. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface UserRestPassword2ViewController : BaseViewController
- @property (nonatomic, strong) NSString* code;
- @property (nonatomic, strong) NSString* phone;
- @property (nonatomic, strong) IBOutlet UITextField* passwordTextField;
- @property (nonatomic, strong) IBOutlet UITextField* confirmPasswordTextField;
- @end
|