房间排名和首页搜索房间

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,12 @@
//
// YinClientInfoModel.swift
// yinmeng-ios
//
// Created by duoban on 2024/3/22.
//
import UIKit
import HandyJSON
struct YinClientInfoModel: HandyJSON {
var h5Uris:[YinRankH5UrlModel] = []
}