view Simoleon/Models/CurrencyPairModel.swift @ 143:407611b9df91

Add new Upload to App Store lane
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 08:42:00 +0100
parents b6f8661300f2
children
line wrap: on
line source

//
//  CurrencyPairModel.swift
//  Simoleon
//
//  Created by Dennis Concepción Martín on 30/7/21.
//

import SwiftUI

struct CurrencyPairModel: Codable, Hashable {
    var name: String
    var isLocked: Bool
}