// // XPMineMatchCollectionViewCell.h // xplan-ios // // Created by 冯硕 on 2021/9/16. // #import NS_ASSUME_NONNULL_BEGIN @class XPMineItemModel; @interface XPMineHeadItemCollectionViewCell : UICollectionViewCell /// @property (nonatomic,strong) XPMineItemModel *itemModel; @end NS_ASSUME_NONNULL_END