yattee/Shared/TabSelection.swift
2021-06-17 12:02:39 +02:00

6 lines
100 B
Swift

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