13 lines
179 B
Swift
13 lines
179 B
Swift
|
//
|
||
|
// ComposeStatusPollSection.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK Cirno on 2021-6-29.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
enum ComposeStatusPollSection: Hashable {
|
||
|
case main
|
||
|
}
|