// // GoodsSizeCountCell.h // westkissMob // // Created by 王猛 on 2022/9/23. // #import "TT_BaseCell.h" NS_ASSUME_NONNULL_BEGIN @interface GoodsSizeCountCellData : NSObject @property (nonatomic, assign) NSInteger quantityNum; @property (nonatomic, assign) NSInteger maxNum; @end @interface GoodsSizeCountCell : TT_BaseCell @property (nonatomic, strong) GoodsSizeCountCellData *model; @end NS_ASSUME_NONNULL_END