mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 06:10:32 +05:30
6 lines
119 B
Swift
6 lines
119 B
Swift
import Foundation
|
|
|
|
enum TabSelection: String {
|
|
case subscriptions, popular, trending, playlists, channel, search
|
|
}
|