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