mastodon-ios/MastodonSDK/Sources/MastodonCore/Model/Compose/ComposeStatusAttachmentSect...

13 lines
191 B
Swift
Raw Normal View History

2021-06-29 10:41:58 +02:00
//
// ComposeStatusAttachmentSection.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-6-29.
//
import Foundation
enum ComposeStatusAttachmentSection: Hashable {
case main
}