Mercurial > public > simoleon
comparison Simoleon/Models/DefaultCurrency+CoreDataClass.swift @ 27:d95582268b44
Fix bug CoreData and minor UI changes
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 21 Jul 2021 12:36:10 +0100 |
parents | |
children | 75c1a05176f6 |
comparison
equal
deleted
inserted
replaced
26:337816652bfe | 27:d95582268b44 |
---|---|
1 // | |
2 // DefaultCurrency+CoreDataClass.swift | |
3 // Simoleon | |
4 // | |
5 // Created by Dennis Concepción Martín on 21/07/2021. | |
6 // | |
7 // | |
8 | |
9 import Foundation | |
10 import CoreData | |
11 | |
12 @objc(DefaultCurrency) | |
13 public class DefaultCurrency: NSManagedObject { | |
14 | |
15 } |