comparison LazyBear/Global Models/DefaultCompanyModel.swift @ 453:37c13ebda381

Improve hierarchy and minor bugs fixed
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 27 Jun 2021 14:18:29 +0200
parents
children
comparison
equal deleted inserted replaced
452:bb69f9d1d20f 453:37c13ebda381
1 //
2 // DefaultCompanyModel.swift
3 // LazyBear
4 //
5 // Created by Dennis Concepción Martín on 27/06/2021.
6 //
7
8 import SwiftUI
9
10 struct DefaultCompanyModel: Codable {
11 var symbol: String
12 var name: String
13 }