1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-01 18:07:22 +01:00

13 lines
146 B
Swift

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