1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-08 18:40:33 +05:30
yattee/Shared/TabSelection.swift
2021-06-11 23:11:59 +02:00

6 lines
75 B
Swift

import Foundation
enum TabSelection {
case popular, channel, search
}