Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineHeadItemCollectionViewCell.h
2023-07-14 18:50:55 +08:00

20 lines
361 B
Objective-C

//
// YMMineMatchCollectionViewCell.h
// YUMI
//
// Created by YUMI on 2021/9/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineFuntionItemModel, LittleGameInfoModel;
@interface XPMineHeadItemCollectionViewCell : UICollectionViewCell
///功能
@property (nonatomic,strong) XPMineFuntionItemModel *itemModel;
@end
NS_ASSUME_NONNULL_END