1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 06:10:32 +05:30
yattee/Shared/TabSelection.swift

7 lines
157 B
Swift
Raw Normal View History

2021-06-27 04:59:55 +05:30
import Defaults
2021-06-12 02:41:59 +05:30
import Foundation
2021-06-27 04:59:55 +05:30
enum TabSelection: String, DefaultsSerializable {
2021-06-26 15:09:35 +05:30
case subscriptions, popular, trending, playlists, channel, search
2021-06-12 02:41:59 +05:30
}