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