view LazyBear/Global Models/SectorPerformanceModel.swift @ 457:c6913f0ce46e

Minor UI Updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 14:03:50 +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
}