GoodsReviewsImgV.h 413 B

1234567891011121314151617181920212223
  1. //
  2. // GoodsReviewsImgV.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/9/29.
  6. //
  7. #import "TT_BaseV.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. #define GoodsReviewsimgWidth (KScreenWidth-20 -40)/3
  10. #define GoodsReviewsCellImgsTag 1000
  11. @interface GoodsReviewsImgV : TT_BaseV
  12. @property (nonatomic, strong) NSMutableArray *imgDataAry;
  13. @property (nonatomic, strong) NSMutableArray *xxx_subImgAry;
  14. @end
  15. NS_ASSUME_NONNULL_END