Mercurial > public > simoleon
view Simoleon/Models/CurrencyModel.swift @ 180:41f284db0c3d
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:47:02 +0100 |
parents | 7c4a789e51ba |
children |
line wrap: on
line source
// // CurrencyModel.swift // Simoleon // // Created by Dennis Concepción Martín on 26/10/21. // import Foundation struct CurrencyModel: Codable { var name: String var flag: String }