metatext/Model/Tag.swift

9 lines
146 B
Swift
Raw Normal View History

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
2020-08-18 05:13:37 +00:00
struct Tag: Codable, Hashable {
let name: String
let url: URL
}