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
|
||
|
}
|