mirror of
https://github.com/yattee/yattee.git
synced 2025-01-08 22:07:10 +00:00
6 lines
75 B
Swift
6 lines
75 B
Swift
import Foundation
|
|
|
|
enum TabSelection {
|
|
case popular, channel, search
|
|
}
|