1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-16 02:39:20 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonCore/Model/Compose/AutoCompleteSection.swift

17 lines
270 B
Swift
Raw Normal View History

//
// AutoCompleteSection.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-5-17.
//
import UIKit
import MastodonSDK
import MastodonMeta
import MastodonAsset
import MastodonLocalization
public enum AutoCompleteSection: Equatable, Hashable {
case main
}