mastodon-ios/MastodonSDK/Sources/MastodonCore/Model/Poll/PollComposeSection.swift

13 lines
161 B
Swift
Raw Normal View History

2022-10-21 13:12:44 +02:00
//
// PollComposeSection.swift
//
//
// Created by MainasuK on 2021-11-29.
//
import Foundation
public enum PollComposeSection: Hashable {
case main
}