Mercurial > public > simoleon
view Simoleon/Models/CurrencyDetailsModel.swift @ 155:681f2cbe8c7f
Refactor error handling class
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 25 Aug 2021 11:00:21 +0100 |
parents | 8afba86ab8dd |
children | 84137052813d |
line wrap: on
line source
// // CurrencyDetailsModel.swift // Simoleon // // Created by Dennis Concepción Martín on 23/8/21. // import Foundation struct CurrencyDetailsModel: Codable { var name: String var flag: String var isCrypto: Bool }