UserRestPassword2ViewController.h 496 B

12345678910111213141516171819
  1. //
  2. // UserRestPassword2ViewController.h
  3. // XenonSDK
  4. //
  5. // Created by SAGESSE on 2019/5/30.
  6. // Copyright © 2019 SAGESSE. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. @interface UserRestPassword2ViewController : BaseViewController
  10. @property (nonatomic, strong) NSString* code;
  11. @property (nonatomic, strong) NSString* phone;
  12. @property (nonatomic, strong) IBOutlet UITextField* passwordTextField;
  13. @property (nonatomic, strong) IBOutlet UITextField* confirmPasswordTextField;
  14. @end