| 1234567891011121314151617181920 | 
							- //
 
- //  APPassForgetNewPassV.h
 
- //  westkissMob
 
- //
 
- //  Created by iOS on 2024/4/24.
 
- //
 
- #import <UIKit/UIKit.h>
 
- NS_ASSUME_NONNULL_BEGIN
 
- @interface APPassForgetNewPassV : UIView
 
- @property (nonatomic, copy) void(^btnClick)(NSString *);
 
- - (void)clearPass;
 
- @end
 
- NS_ASSUME_NONNULL_END
 
 
  |