PassWordSecureBtnV.h 392 B

1234567891011121314151617181920
  1. //
  2. // PassWordSecureBtnV.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/9/6.
  6. //
  7. #import "TT_BaseV.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PassWordSecureBtnV : TT_BaseV <UITextFieldDelegate>
  10. @property (nonatomic, strong) TT_CustonTF *xxx_passwordTF;
  11. @property (nonatomic, strong) UIButton *xxx_secureBtn;
  12. @property (nonatomic, strong) UILabel *xxx_warnLab;
  13. @end
  14. NS_ASSUME_NONNULL_END