Mercurial > public > simoleon
view Simoleon/Models/CurrencyPairModel.swift @ 150:6eac99e99b96
Add error handling to read json function
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 19 Aug 2021 19:12:56 +0100 |
parents | b6f8661300f2 |
children |
line wrap: on
line source
// // CurrencyPairModel.swift // Simoleon // // Created by Dennis Concepción Martín on 30/7/21. // import SwiftUI struct CurrencyPairModel: Codable, Hashable { var name: String var isLocked: Bool }