metatext/Model/Application.swift

9 lines
162 B
Swift
Raw Normal View History

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