Mercurial > public > lazybear
view LazyBear/Global Models/SectorPerformanceModel.swift @ 454:c79a3ed3d230
StockView for WatchOS implemented
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 27 Jun 2021 20:55:05 +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 }