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