Mercurial > public > simoleon
view Simoleon/Models/CurrencyDetailsModel.swift @ 163:35573bdd7d9b
Remove revenuecat
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 11 Sep 2021 16:28:44 +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 }