mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 14:46:42 +01:00
17 lines
270 B
Swift
17 lines
270 B
Swift
//
|
|
// 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
|
|
}
|