13 lines
161 B
Swift
13 lines
161 B
Swift
|
//
|
||
|
// PollComposeSection.swift
|
||
|
//
|
||
|
//
|
||
|
// Created by MainasuK on 2021-11-29.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
public enum PollComposeSection: Hashable {
|
||
|
case main
|
||
|
}
|