1234567891011121314151617181920 |
- //
- // PassWordSecureBtnV.h
- // westkissMob
- //
- // Created by 王猛 on 2022/9/6.
- //
- #import "TT_BaseV.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PassWordSecureBtnV : TT_BaseV <UITextFieldDelegate>
- @property (nonatomic, strong) TT_CustonTF *xxx_passwordTF;
- @property (nonatomic, strong) UIButton *xxx_secureBtn;
- @property (nonatomic, strong) UILabel *xxx_warnLab;
- @end
- NS_ASSUME_NONNULL_END
|