forked from zelo72/mastodon-ios
14 lines
192 B
Swift
14 lines
192 B
Swift
|
//
|
||
|
// ComposeStatusAttachmentSection.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK Cirno on 2021-6-29.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
enum ComposeStatusAttachmentSection: Hashable {
|
||
|
case main
|
||
|
}
|
||
|
|