mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 13:50:32 +05:30
7 lines
157 B
Swift
7 lines
157 B
Swift
import Defaults
|
|
import Foundation
|
|
|
|
enum TabSelection: String, DefaultsSerializable {
|
|
case subscriptions, popular, trending, playlists, channel, search
|
|
}
|