Mercurial > public > simoleon
view Simoleon/Models/DefaultCurrency+CoreDataClass.swift @ 53:b0bce2c8e4a9
Refactor UK spelling to US
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 27 Jul 2021 09:44:51 +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 { }