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