yattee/Shared/TabSelection.swift

7 lines
157 B
Swift
Raw Normal View History

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