Mercurial > public > simoleon
view Simoleon/Models/CurrencyPairModel.swift @ 146:f10b0e188905 v1.3.1
Merge pull request #16 from DennisTechnologies/development
Release v1.3.1
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 17 Aug 2021 22:14:58 +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 }