Mercurial > public > lazybear
view FavCompany+CoreDataClass.swift @ 71:460e29c9fe6f
Add stock charts and tried to add real-quote prices. Still bugs deconding the response
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 22 Jan 2021 19:25:59 +0100 |
parents | 8023d420f437 |
children |
line wrap: on
line source
// // FavCompany+CoreDataClass.swift // LazyBear // // Created by Dennis Concepción Martín on 13/1/21. // // import Foundation import CoreData @objc(FavCompany) public class FavCompany: NSManagedObject { }