Mercurial > public > lazybear
view LazyBear/Global Models/IntradayPricesModel.swift @ 349:5ccceb527178
Implementing new internal API
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 14 Apr 2021 23:08:26 +0200 |
parents | 80bfa88c6b0f |
children | f3cb5bdea8e5 |
line wrap: on
line source
// // IntradayPricesModel.swift // LazyBear // // Created by Dennis Concepción Martín on 11/4/21. // import SwiftUI struct IntradayPricesModel: Codable { var open: Double? }