房间排名和首页搜索房间

This commit is contained in:
liyuhua
2024-03-22 11:54:23 +08:00
parent 56b6f40526
commit 6c2c5d586a
66 changed files with 1644 additions and 114 deletions

View File

@@ -0,0 +1,18 @@
//
// SendGiftUserModel.swift
// yinmeng-ios
//
// Created by duoban on 2024/3/14.
//
import UIKit
import HandyJSON
struct SendGiftUserModel: HandyJSON{
var avatar = ""
var nick = ""
var position = ""
var vipMic = false
var isChoose = false
var uid = 0
}