RQUpdatePasswordViewController.h 347 B

123456789101112131415161718
  1. //
  2. // RQUpdatePasswordViewController.h
  3. // YueXueChe
  4. //
  5. // Created by 张嵘 on 2019/1/14.
  6. // Copyright © 2019 RONG. All rights reserved.
  7. //
  8. #import "RQLoginBaseViewController.h"
  9. #import "RQUpdatePasswordViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQUpdatePasswordViewController : RQLoginBaseViewController
  12. @end
  13. NS_ASSUME_NONNULL_END