GoosSizeSelectCell.h 432 B

123456789101112131415161718192021
  1. //
  2. // GoosSizeSelectCell.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/9/22.
  6. //
  7. #import "TT_BaseCell.h"
  8. #import "GoodsInformationM.h"
  9. #define CellTypeBouns @"West Kiss Bonus"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface GoosSizeSelectCell : TT_BaseCell
  12. @property(nonatomic, strong) OptionsModel *optionModel;
  13. @property (nonatomic, assign) NSInteger selectTag;
  14. -(void)change_Option_nameLabAlignmentLeft;
  15. @end
  16. NS_ASSUME_NONNULL_END