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

26 lines
625 B
Objective-C

//
// YMMineFuntionItemModel.h
// YUMI
//
// Created by YUMI on 2022/7/22.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFunctionItemModel : PIBaseModel
@property (nonatomic, assign) NSInteger centerStatus;
@property (nonatomic, copy) NSString *centerPic;
@property (nonatomic, assign) NSInteger centerId;
@property (nonatomic, copy) NSString *centerBadge;
@property (nonatomic, assign) NSInteger skipType;
@property (nonatomic, assign) NSInteger centerSeq;
@property (nonatomic, copy) NSString *centerName;
@property (nonatomic, copy) NSString *centerUrl;
@end
NS_ASSUME_NONNULL_END