13 lines
196 B
Swift
13 lines
196 B
Swift
//
|
|
// ConferenceMainViewState.swift
|
|
// TUIRoomKit
|
|
//
|
|
// Created by janejntang on 2024/9/3.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct ConferenceMainViewState: Codable {
|
|
var isInternalCreation = false
|
|
}
|