GoodWritUpImgV.h 297 B

123456789101112131415161718
  1. //
  2. // GoodWritUpImgV.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/10/6.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface GoodWritUpImgV : UIImageView
  10. @property (nonatomic, strong)UIButton *closeBtn;
  11. @property (nonatomic, assign)BOOL isCanTap;
  12. @end
  13. NS_ASSUME_NONNULL_END