Mercurial > public > lazybear
view LazyBear/Global Models/IntradayPricesModel.swift @ 342:a6c49f1409f3
Implementing Watchlists
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 05 Apr 2021 20:08:19 +0200 |
parents | LazyBear/Views/Home/Networking/IntradayPricesModel.swift@e81c18164afb |
children | ab909fc9ce55 |
line wrap: on
line source
// // IntradayPricesModel.swift // LazyBear // // Created by Dennis Concepción Martín on 3/4/21. // import SwiftUI struct IntradayPricesModel: Codable { var open: Double? }