RQPhoneView.h 352 B

12345678910111213141516171819202122
  1. //
  2. // RQPhoneView.h
  3. // YueXueChe
  4. //
  5. // Created by 张嵘 on 2018/12/14.
  6. // Copyright © 2018 lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQPhoneView : UIView
  11. @property (weak, nonatomic) IBOutlet QMUITextField *loginCodeTextField;
  12. /// init
  13. + (instancetype)loginCodeView;
  14. @end
  15. NS_ASSUME_NONNULL_END