增加房间
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// RoomQuitItemModel.swift
|
||||
// yinmeng-ios
|
||||
//
|
||||
// Created by duoban on 2024/3/7.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
enum RoomQuitClickType {
|
||||
case quit,report
|
||||
}
|
||||
|
||||
class RoomQuitItemModel: NSObject {
|
||||
var type:RoomQuitClickType = .quit
|
||||
var text = ""
|
||||
var image = ""
|
||||
}
|
Reference in New Issue
Block a user