diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LazyBear/Global Models/InsiderRosterModel.swift	Sun Jun 06 13:11:41 2021 +0200
@@ -0,0 +1,14 @@
+//
+//  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
+}