提交
This commit is contained in:
15
TUIKit/TUIRoomKit/Source/State/OperationState.swift
Normal file
15
TUIKit/TUIRoomKit/Source/State/OperationState.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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()
|
||||
}
|
||||
Reference in New Issue
Block a user