comparison Simoleon/Models/CurrencyQuoteModel.swift @ 154:8afba86ab8dd

Refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 25 Aug 2021 10:43:12 +0100
parents 4a81e39186f1
children 0c589138a6f3
comparison
equal deleted inserted replaced
153:2590ee472aa9 154:8afba86ab8dd
3 // Simoleon 3 // Simoleon
4 // 4 //
5 // Created by Dennis Concepción Martín on 15/07/2021. 5 // Created by Dennis Concepción Martín on 15/07/2021.
6 // 6 //
7 7
8 import SwiftUI 8 import Foundation
9 9
10 struct CurrencyQuoteModel: Codable, Hashable { 10 struct CurrencyQuoteModel: Codable, Hashable {
11 var symbol: String? 11 var symbol: String?
12 var price: Double? 12 var price: Double?
13 var bid: Double? 13 var bid: Double?