내 보관함, 재생목록 리스트 UI 추가
This commit is contained in:
17
SodaLive/Sources/Content/Box/ContentBoxViewModel.swift
Normal file
17
SodaLive/Sources/Content/Box/ContentBoxViewModel.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// ContentBoxViewModel.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 12/7/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Combine
|
||||
|
||||
final class ContentBoxViewModel: ObservableObject {
|
||||
enum CurrentTab: String {
|
||||
case playlist, orderlist
|
||||
}
|
||||
|
||||
@Published var currentTab: CurrentTab = .orderlist
|
||||
}
|
||||
Reference in New Issue
Block a user