view Simoleon/Models/CurrencyMetadataModel.swift @ 53:b0bce2c8e4a9

Refactor UK spelling to US
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 09:44:51 +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
}