Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineHeadItemCollectionViewCell.h
eggmanQQQ f031f387a1 1. 优化房间进房逻辑
2. 增加进房时麦位效果
3. 修正错误的代码单词
2024-07-18 19:03:11 +08:00

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