view LazyBear/Global Models/SectorPerformanceModel.swift @ 416:1662a41e2c1a

KeyStatsView implemented
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 09 Jun 2021 20:26:28 +0200
parents f3cb5bdea8e5
children
line wrap: on
line source

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

import SwiftUI

struct SectorPerformanceModel: Codable, Hashable {
  var name: String
  var performance: Double
}