音萌商店包房间

This commit is contained in:
liyuhua
2024-03-13 18:44:52 +08:00
parent e7f885af05
commit 6bef9d8da9
710 changed files with 6481 additions and 118 deletions

View File

@@ -0,0 +1,13 @@
//
// MicSequenceModel.swift
// yinmeng-ios
//
// Created by duoban on 2024/3/11.
//
import UIKit
class MicSequenceModel: NSObject {
var microState:MicSeatModel?
var user:UserObject?
}