yattee/Shared/TabSelection.swift

6 lines
119 B
Swift
Raw Normal View History

2021-06-11 21:11:59 +00:00
import Foundation
2021-06-26 09:39:35 +00:00
enum TabSelection: String {
case subscriptions, popular, trending, playlists, channel, search
2021-06-11 21:11:59 +00:00
}