20 lines
363 B
Objective-C
20 lines
363 B
Objective-C
//
|
|
// YMMineMatchCollectionViewCell.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2021/9/16.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
@class XPMineFunctionItemModel, LittleGameInfoModel;
|
|
@interface XPMineHeadItemCollectionViewCell : UICollectionViewCell
|
|
|
|
///功能
|
|
@property (nonatomic,strong) XPMineFunctionItemModel *itemModel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|