Mercurial > public > lazybear
view LazyBear/Global Models/CurrencyModel.swift @ 349:5ccceb527178
Implementing new internal API
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 14 Apr 2021 23:08:26 +0200 |
parents | |
children | f3cb5bdea8e5 |
line wrap: on
line source
// // CurrencyModel.swift // LazyBear // // Created by Dennis Concepción Martín on 13/4/21. // import SwiftUI struct CurrencyModel: Codable { var flag: String var name: String var rate: Double }