Mercurial > public > lazybear
view LazyBear/Global Models/SectorPerformanceModel.swift @ 444:428109b1e3f0
InsiderTransactions implemented
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 16:54:21 +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 }