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