mastodon-ios/Mastodon/Diffiable/Compose/ComposeStatusAttachmentItem...

16 lines
300 B
Swift

//
// ComposeStatusAttachmentItem.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-6-29.
//
import Foundation
import MastodonCore
enum ComposeStatusAttachmentItem {
case attachment(attachmentService: MastodonAttachmentService)
}
extension ComposeStatusAttachmentItem: Hashable { }