Mercurial > public > lazybear
view LazyBear/Models/CompanyModel.swift @ 176:8ed956c01a54
Update UI
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 20 Feb 2021 19:29:31 +0100 |
parents | f4551ef913b8 |
children |
line wrap: on
line source
// // LocalCompany.swift // LazyBear // // Created by Dennis Concepción Martín on 19/2/21. // import SwiftUI struct CompanyModel: Codable { var symbol: String var securityName: String? }