Kurdtvs-Live-Kurdish-TV-Kur.../Mastodon/Diffiable/Notification/NotificationItem.swift

17 lines
307 B
Swift

//
// NotificationItem.swift
// Mastodon
//
// Created by sxiaojian on 2021/4/13.
//
import CoreData
import Foundation
import CoreDataStack
enum NotificationItem: Hashable {
case feed(record: ManagedObjectRecord<Feed>)
case feedLoader(record: ManagedObjectRecord<Feed>)
case bottomLoader
}