metatext-app-ios-iphone-ipad/Model/Tag.swift

9 lines
146 B
Swift
Raw Normal View History

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