Impressia/MastodonKit/Sources/MastodonKit/Entities/Tag.swift

7 lines
103 B
Swift
Raw Normal View History

2023-01-10 08:04:25 +01:00
import Foundation
public struct Tag: Codable {
public let name: String
public let url: URL?
}