Mercurial > public > simoleon
view Simoleon/Models/CurrencyMetadataModel.swift @ 143:407611b9df91
Add new Upload to App Store lane
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 17 Aug 2021 08:42:00 +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 }