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

9 lines
162 B
Swift
Raw Normal View History

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