1234567891011121314151617181920 |
- //
- // YMCaptchaTextSecrectImageView.h
- // MSYOUPAI
- //
- // Created by YoMi on 2023/5/5.
- //
- #import <UIKit/UIKit.h>
- 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
|