Mercurial > public > lazybear
view LazyBear/Views/Profile/Networking/ProfileResponse.swift @ 425:4effac4733b0
Changing keys from API responses
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 16 Jun 2021 13:46:01 +0200 |
parents | 9b7af8e83d12 |
children |
line wrap: on
line source
// // ProfileResponse.swift // LazyBear // // Created by Dennis Concepción Martín on 16/4/21. // import SwiftUI struct ProfileResponse: Codable { var quotes: [CompanyModel]? }