comparison LazyBear/Global Models/InsiderRosterModel.swift @ 407:c804ce7a1560

Implementing Insider networking
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 06 Jun 2021 13:11:41 +0200
parents
children 2984d8946342
comparison
equal deleted inserted replaced
406:09d05e48462f 407:c804ce7a1560
1 //
2 // InsiderRosterModel.swift
3 // LazyBear
4 //
5 // Created by Dennis Concepción Martín on 23/5/21.
6 //
7
8 import SwiftUI
9
10 struct InsiderRosterModel: Codable, Hashable {
11 var entityName: String
12 var position: Int
13 var reportDate: Int
14 }