view LazyBear/Global Models/SectorPerformanceModel.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 LazyBear/Views/Home/Networking/SectorPerformanceModel.swift@e81c18164afb
children 0abb8d5c12ec
line wrap: on
line source

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

import SwiftUI

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