Files
featherVoice/TUIKit/TUIRoomKit/Source/State/OperationState.swift

16 lines
311 B
Swift
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// OperationState.swift
// TUIRoomKit
//
// Created by CY zhao on 2024/6/12.
//
import Foundation
struct OperationState {
var roomState = RoomInfo()
var userState = UserState()
var conferenceListState = ConferenceListState()
var conferenceInvitationState = ConferenceInvitationState()
}