// // GoodWritUpImgV.h // westkissMob // // Created by 王猛 on 2022/10/6. // #import NS_ASSUME_NONNULL_BEGIN @interface GoodWritUpImgV : UIImageView @property (nonatomic, strong)UIButton *closeBtn; @property (nonatomic, assign)BOOL isCanTap; @end NS_ASSUME_NONNULL_END