2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
mastodon-ios/MastodonSDK/Sources/MastodonCore/Model/Compose/CustomEmojiPickerSection.swift

13 lines
212 B
Swift

//
// CustomEmojiPickerSection.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-3-24.
//
import Foundation
public enum CustomEmojiPickerSection: Equatable, Hashable {
case emoji(name: String)
}