comparison Simoleon/Models/CurrencyModel.swift @ 179:7c4a789e51ba

add views
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 26 Oct 2021 18:18:36 +0200
parents
children 41f284db0c3d
comparison
equal deleted inserted replaced
178:1077bc0ffdbf 179:7c4a789e51ba
1 //
2 // CurrencyModel.swift
3 // Simoleon
4 //
5 // Created by Dennis Concepción Martín on 26/10/21.
6 //
7
8 import Foundation
9
10 struct CurrencyModel: Codable {
11 var name: String
12 var code: String
13 }