12345678910111213141516171819 |
- #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
|