feat(content): 추천 오디오 탭을 추가한다
This commit is contained in:
12
SodaLive/Sources/V2/Main/Content/MainContentTab.swift
Normal file
12
SodaLive/Sources/V2/Main/Content/MainContentTab.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
import Foundation
|
||||
|
||||
enum MainContentTab: CaseIterable, Hashable {
|
||||
case recommendation
|
||||
|
||||
var title: String {
|
||||
switch self {
|
||||
case .recommendation:
|
||||
return I18n.MainContentRecommendation.tabTitle
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user