Mercurial > public > simoleon
view Simoleon/Models/CurrencyMetadataModel.swift @ 141:cfe9b209e791
Translate 'Done'
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 21:20:19 +0100 |
parents | aec2e86e5dbd |
children |
line wrap: on
line source
// // CurrencyMetadataModel.swift // Simoleon // // Created by Dennis Concepción Martín on 15/07/2021. // import SwiftUI struct CurrencyMetadataModel: Codable { var name: String var flag: String }