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

19 lines
386 B
Objective-C

//
// XPMineListCell.h
// YuMi
//
// Created by YuMi on 2023/6/30.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineFunctionItemModel, LittleGameInfoModel;
@interface XPMineListCell : UITableViewCell
///功能
@property (nonatomic,strong) XPMineFunctionItemModel *itemModel;
-(void)setCornerWithIsTop:(BOOL)isTop isBottom:(BOOL)isBottom;
@end
NS_ASSUME_NONNULL_END