1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-08 14:46:42 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonCore/Model/Poll/PollComposeSection.swift

13 lines
161 B
Swift

//
// PollComposeSection.swift
//
//
// Created by MainasuK on 2021-11-29.
//
import Foundation
public enum PollComposeSection: Hashable {
case main
}