mirror of
https://github.com/yattee/yattee.git
synced 2025-01-06 12:57:11 +00:00
6 lines
90 B
Swift
6 lines
90 B
Swift
import Foundation
|
|
|
|
enum TabSelection {
|
|
case subscriptions, popular, channel, search
|
|
}
|