更换项目

This commit is contained in:
liyuhua
2023-07-14 18:50:55 +08:00
parent fff67e0aee
commit fc0480ea2c
9340 changed files with 236665 additions and 221827 deletions

View File

@@ -0,0 +1,24 @@
//
// YMMineFootPrintModel.h
// YUMI
//
// Created by YUMI on 2022/7/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFootPrintModel : NSObject
@property (nonatomic, copy) NSString *roomUid;//房间uid
@property (nonatomic, copy) NSString *roomId;//房间id
@property (nonatomic, copy) NSString *title;//房间名称
@property (nonatomic, copy) NSString *avatar;//房间头像
@property (nonatomic, assign) BOOL valid;//开房状态
@property (nonatomic, assign) long long erbanNo;
@property (nonatomic, assign) long long updateTime;
@end
NS_ASSUME_NONNULL_END