Mercurial > public > lazybear
view LazyBear/Global Models/HistoricalPricesModel.swift @ 414:b93172662988
Implement networking KeyStats
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 10:57:25 +0200 |
parents | f843c6382529 |
children |
line wrap: on
line source
// // HistoricalPricesModel.swift // LazyBear // // Created by Dennis Concepción Martín on 16/5/21. // import SwiftUI struct HistoricalPricesModel: Codable { var close: Double var date: String var minute: String? }