// // YMCaptchaTextSecrectImageView.h // MSYOUPAI // // Created by YoMi on 2023/5/5. // #import NS_ASSUME_NONNULL_BEGIN @interface YMCaptchaTextSecrectImageView : UIView @property (nonatomic, strong) UIImage *image; @property (nonatomic, assign) CGFloat imageWidth; @property (nonatomic, assign) CGFloat imageHeight; @end NS_ASSUME_NONNULL_END