12345678910111213141516171819202122232425 |
- //
- // GoodsSizeSelectTableV.h
- // westkissMob
- //
- // Created by 王猛 on 2022/9/22.
- //
- #import "TT_BaseTableV.h"
- #import "GoodsInformationM.h"
- #import "GoosSizeSelectCell.h"
- #import "GoodsSizeCountCell.h"
- #import "GoodsSizePayMentCell.h"
- typedef NS_ENUM(NSUInteger,TypeTableV){
- TypeTableV_Goosdetails ,
- TypeTableV_RedeemGoods
-
- } ;
- NS_ASSUME_NONNULL_BEGIN
- @interface GoodsSizeSelectTableV : TT_BaseTableV
- @property(nonatomic, assign) TypeTableV typeTableV;
- @end
- NS_ASSUME_NONNULL_END
|