Kurdtvs-Live-Kurdish-TV-Kur.../Mastodon/Diffiable/Search/SearchHistoryItem.swift

16 lines
280 B
Swift

//
// SearchHistoryItem.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-7-15.
//
import Foundation
import CoreData
import CoreDataStack
enum SearchHistoryItem: Hashable {
case hashtag(ManagedObjectRecord<Tag>)
case user(ManagedObjectRecord<MastodonUser>)
}