view LazyBear/Global Models/SectorPerformanceModel.swift @ 453:37c13ebda381

Improve hierarchy and minor bugs fixed
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 27 Jun 2021 14:18:29 +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
}