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

13 lines
146 B
Swift

//
// PollSection.swift
//
//
// Created by MainasuK on 2022-1-12.
//
import Foundation
public enum PollSection: Hashable {
case main
}