Mercurial > public > simoleon
view Simoleon/Models/CurrencyDetailsModel.swift @ 161:3913aff613e8
Fix bug that didn't request API on symbol change
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 31 Aug 2021 10:57:34 +0100 |
parents | 84137052813d |
children |
line wrap: on
line source
// // CurrencyDetailsModel.swift // Simoleon // // Created by Dennis Concepción Martín on 23/8/21. // import Foundation struct CurrencyModel: Codable { var symbol: String var name: String var flag: String var isCrypto: Bool }