view 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
line wrap: on
line source

//
//  CurrencyModel.swift
//  Simoleon
//
//  Created by Dennis Concepción Martín on 26/10/21.
//

import Foundation

struct CurrencyModel: Codable {
    var name: String
    var code: String
}