// // PIHoemCategoryTitleCell.h // YuMi // // Created by duoban on 2024/2/21. // #import #import "PIHomeCategoryTitleModel.h" NS_ASSUME_NONNULL_BEGIN @interface PIHoemCategoryTitleCell : UICollectionViewCell @property(nonatomic,strong) PIHomeCategoryTitleModel *tagModel; @end NS_ASSUME_NONNULL_END