Mercurial > public > lazybear
view LazyBear/Views/Home/Networking/SectorPerformanceModel.swift @ 339:e81c18164afb
Fixing backend API Requests
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 03 Apr 2021 13:02:40 +0200 |
parents | |
children |
line wrap: on
line source
// // SectorPerformanceModel.swift // LazyBear // // Created by Dennis Concepción Martín on 3/4/21. // import SwiftUI struct SectorPerformanceModel: Codable, Hashable { var name: String var performance: Double var lastUpdated: Int }