Mercurial > public > lazybear
comparison LazyBear/Global Models/InsiderRosterModel.swift @ 413:2984d8946342
Minor UI changes
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 10:23:52 +0200 |
parents | c804ce7a1560 |
children | c6913f0ce46e |
comparison
equal
deleted
inserted
replaced
412:a7c9dd0c5822 | 413:2984d8946342 |
---|---|
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: Int? |
13 var reportDate: Int | 13 var reportDate: Int |
14 } | 14 } |