Mercurial > public > simoleon
view Simoleon/Models/CurrencyDetailsModel.swift @ 164:b899c1142d9d
Implement AboutView
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 11 Sep 2021 16:29:38 +0200 |
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 }