123456789101112131415161718192021 |
- //
- // GoosSizeSelectCell.h
- // westkissMob
- //
- // Created by 王猛 on 2022/9/22.
- //
- #import "TT_BaseCell.h"
- #import "GoodsInformationM.h"
- #define CellTypeBouns @"West Kiss Bonus"
- NS_ASSUME_NONNULL_BEGIN
- @interface GoosSizeSelectCell : TT_BaseCell
- @property(nonatomic, strong) OptionsModel *optionModel;
- @property (nonatomic, assign) NSInteger selectTag;
- -(void)change_Option_nameLabAlignmentLeft;
- @end
- NS_ASSUME_NONNULL_END
|