view GeoQuiz/Models/CountryCurrencies.swift @ 2:5b7c89bd45c3

add new icons
author Dennis C. M. <dennis@denniscm.com>
date Tue, 20 Sep 2022 11:54:06 +0200
parents 413e2d21333e
children
line wrap: on
line source

//
//  CountryCurrencies.swift
//  GeoQuiz
//
//  Created by Dennis Concepción Martín on 7/9/22.
//

import Foundation

struct CountryCurrencies: Codable {
    let countries: [String: String]
}