ForgetPasswordViewController.h 417 B

12345678910111213141516171819202122
  1. //
  2. // ForgetPasswordViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/10/17.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /**
  9. 找回密码功能
  10. *1、输入手机号或者邮箱,获取验证码
  11. *2、输入验证码后检查验证码的合法性
  12. *3、输入新密码,发送重置密码命令
  13. */
  14. #import <UIKit/UIKit.h>
  15. @interface ForgetPasswordViewController : UIViewController
  16. @end