RQVerificationSmsCodeViewController.h 362 B

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