Kurdtvs-Live-Kurdish-TV-Kur.../Mastodon/Diffiable/Discovery/DiscoveryItem.swift

16 lines
252 B
Swift

//
// DiscoveryItem.swift
// Mastodon
//
// Created by MainasuK on 2022-4-13.
//
import Foundation
import MastodonSDK
enum DiscoveryItem: Hashable {
case hashtag(Mastodon.Entity.Tag)
case link(Mastodon.Entity.Link)
case bottomLoader
}