12345678910111213141516171819202122 |
- //
- // RQPhoneView.h
- // YueXueChe
- //
- // Created by 张嵘 on 2018/12/14.
- // Copyright © 2018 lee. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQPhoneView : UIView
- @property (weak, nonatomic) IBOutlet QMUITextField *loginCodeTextField;
- /// init
- + (instancetype)loginCodeView;
- @end
- NS_ASSUME_NONNULL_END
|