메시지 - 리스트, 쓰기, 상세 페이지 추가
This commit is contained in:
17
SodaLive/Sources/Message/MessageViewModel.swift
Normal file
17
SodaLive/Sources/Message/MessageViewModel.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MessageViewModel.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/10.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
final class MessageViewModel: ObservableObject {
|
||||
|
||||
enum CurrentTab: String {
|
||||
case text, voice
|
||||
}
|
||||
|
||||
@Published var currentTab: CurrentTab = .text
|
||||
}
|
||||
Reference in New Issue
Block a user