1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-01 18:07:22 +01:00

13 lines
161 B
Swift
Raw Normal View History

2022-10-21 19:12:44 +08:00
//
// PollComposeSection.swift
//
//
// Created by MainasuK on 2021-11-29.
//
import Foundation
public enum PollComposeSection: Hashable {
case main
}