mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 14:46:42 +01:00
13 lines
146 B
Swift
13 lines
146 B
Swift
//
|
|
// PollSection.swift
|
|
//
|
|
//
|
|
// Created by MainasuK on 2022-1-12.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public enum PollSection: Hashable {
|
|
case main
|
|
}
|