登录模块手机号登录忘记密码完成

This commit is contained in:
fengshuo
2021-09-10 16:58:59 +08:00
parent 4d959bddd2
commit 64c43cb737
25 changed files with 1193 additions and 46 deletions

View File

@@ -14,6 +14,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,strong, readonly) UITextField *textField;
///占位的文字
@property (nonatomic,copy) NSString *placeHolder;
///显示前面的文字
@property (nonatomic,copy) NSString *title;
@end