Mercurial > public > lazybear
view LazyBear/Global Models/InsiderRosterModel.swift @ 414:b93172662988
Implement networking KeyStats
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 10:57:25 +0200 |
parents | 2984d8946342 |
children | c6913f0ce46e |
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: Int? var reportDate: Int }