1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-06 01:20:31 +05:30
yattee/Shared/TabSelection.swift

6 lines
119 B
Swift
Raw Normal View History

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