Mercurial > public > lazybear
view LazyBear/Global Models/InsiderRosterModel.swift @ 457:c6913f0ce46e
Minor UI Updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 28 Jun 2021 14:03:50 +0200 |
parents | 2984d8946342 |
children |
line wrap: on
line source
// // InsiderRosterModel.swift // LazyBear // // Created by Dennis Concepción Martín on 23/5/21. // import SwiftUI struct InsiderRosterModel: Codable, Hashable { var entityName: String var position: Float? var reportDate: Int64 }