手机验证码登录
This commit is contained in:
20
xplan-ios/Main/Login/View/CustomView/LoginInputView.h
Normal file
20
xplan-ios/Main/Login/View/CustomView/LoginInputView.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// LoginInputView.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2021/9/8.
|
||||
//
|
||||
///登录模块 自定义输入框
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface LoginInputView : UIView
|
||||
///输入框
|
||||
@property (nonatomic,strong, readonly) UITextField *textField;
|
||||
///占位的文字
|
||||
@property (nonatomic,copy) NSString *placeHolder;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user