| 1234567891011121314151617181920212223 | ////  GoodsReviewsImgV.h//  westkissMob////  Created by 王猛 on 2022/9/29.//#import "TT_BaseV.h"NS_ASSUME_NONNULL_BEGIN#define GoodsReviewsimgWidth  (KScreenWidth-20 -40)/3#define GoodsReviewsCellImgsTag 1000@interface GoodsReviewsImgV : TT_BaseV@property (nonatomic, strong) NSMutableArray *imgDataAry;@property (nonatomic, strong) NSMutableArray *xxx_subImgAry;@endNS_ASSUME_NONNULL_END
 |