Mercurial > public > simoleon
view Simoleon/Models/DefaultCurrency+CoreDataClass.swift @ 146:f10b0e188905 v1.3.1
Merge pull request #16 from DennisTechnologies/development
Release v1.3.1
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 17 Aug 2021 22:14:58 +0100 |
parents | 75c1a05176f6 |
children | 84137052813d |
line wrap: on
line source
// // DefaultCurrency+CoreDataClass.swift // Simoleon // // Created by Dennis Concepción Martín on 21/07/2021. // // import Foundation import CoreData @objc(DefaultCurrency) public class DefaultCurrency: NSManagedObject { }