1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 10:47:35 +01:00

13 lines
161 B
Swift

//
// PollComposeSection.swift
//
//
// Created by MainasuK on 2021-11-29.
//
import Foundation
public enum PollComposeSection: Hashable {
case main
}