metatext/Mastodon/Sources/Mastodon/Entities/Tag.swift

9 lines
167 B
Swift
Raw Normal View History

2020-08-30 23:33:11 +00:00
// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
public struct Tag: Codable, Hashable {
public let name: String
public let url: URL
}