YMCaptchaTextSecrectImageView.h 369 B

1234567891011121314151617181920
  1. //
  2. // YMCaptchaTextSecrectImageView.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2023/5/5.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YMCaptchaTextSecrectImageView : UIView
  10. @property (nonatomic, strong) UIImage *image;
  11. @property (nonatomic, assign) CGFloat imageWidth;
  12. @property (nonatomic, assign) CGFloat imageHeight;
  13. @end
  14. NS_ASSUME_NONNULL_END