Mercurial > public > lazybear
comparison 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 |
comparison
equal
deleted
inserted
replaced
456:d576b2b59014 | 457:c6913f0ce46e |
---|---|
7 | 7 |
8 import SwiftUI | 8 import SwiftUI |
9 | 9 |
10 struct InsiderRosterModel: Codable, Hashable { | 10 struct InsiderRosterModel: Codable, Hashable { |
11 var entityName: String | 11 var entityName: String |
12 var position: Int? | 12 var position: Float? |
13 var reportDate: Int | 13 var reportDate: Int64 |
14 } | 14 } |