Mercurial > public > lazybear
view LazyBear/Global Models/IntradayPricesModel.swift @ 412:a7c9dd0c5822
Main insider view implemented
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Tue, 08 Jun 2021 11:46:58 +0200 |
parents | f3cb5bdea8e5 |
children |
line wrap: on
line source
// // IntradayPricesModel.swift // LazyBear // // Created by Dennis Concepción Martín on 21/4/21. // import SwiftUI struct IntradayPriceModel: Codable { var open: Double }