1
0
mirror of https://github.com/metabolist/metatext synced 2024-12-19 21:13:07 +01:00
metatext-app-ios-iphone-ipad/Shared/Model/Emoji.swift
2020-07-31 00:13:54 -07:00

11 lines
206 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
struct Emoji: Codable, Hashable {
let shortcode: String
let staticUrl: URL
let url: URL
let visibleInPicker: Bool
}