view LazyBear/Global Models/InsiderRosterModel.swift @ 412:a7c9dd0c5822

Main insider view implemented
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Tue, 08 Jun 2021 11:46:58 +0200
parents c804ce7a1560
children 2984d8946342
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
}