APPassForgetNewPassV.h 284 B

1234567891011121314151617181920
  1. //
  2. // APPassForgetNewPassV.h
  3. // westkissMob
  4. //
  5. // Created by iOS on 2024/4/24.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface APPassForgetNewPassV : UIView
  10. @property (nonatomic, copy) void(^btnClick)(NSString *);
  11. - (void)clearPass;
  12. @end
  13. NS_ASSUME_NONNULL_END