GoodsSizeSelectTableV.h 502 B

12345678910111213141516171819202122232425
  1. //
  2. // GoodsSizeSelectTableV.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/9/22.
  6. //
  7. #import "TT_BaseTableV.h"
  8. #import "GoodsInformationM.h"
  9. #import "GoosSizeSelectCell.h"
  10. #import "GoodsSizeCountCell.h"
  11. #import "GoodsSizePayMentCell.h"
  12. typedef NS_ENUM(NSUInteger,TypeTableV){
  13. TypeTableV_Goosdetails ,
  14. TypeTableV_RedeemGoods
  15. } ;
  16. NS_ASSUME_NONNULL_BEGIN
  17. @interface GoodsSizeSelectTableV : TT_BaseTableV
  18. @property(nonatomic, assign) TypeTableV typeTableV;
  19. @end
  20. NS_ASSUME_NONNULL_END