view LazyBear/Global Models/QuoteModel.swift @ 375:f3cb5bdea8e5

Update Codable requests in HomeView
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 21 Apr 2021 16:19:50 +0200
parents 0abb8d5c12ec
children 6303385b3629
line wrap: on
line source

//
//  QuoteModel.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 21/4/21.
//

import SwiftUI

struct QuoteModel: Codable {
  var changePercent: Double
  var companyName: String
  var latestPrice: Double
}