view LazyBear/Global Models/IntradayPricesModel.swift @ 346:80bfa88c6b0f

Implementing Prop API
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 11 Apr 2021 19:55:47 +0200
parents ab909fc9ce55
children 5ccceb527178
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 marketOpen: Double?
}