comparison Simoleon/Models/DefaultCurrency+CoreDataClass.swift @ 156:84137052813d

Refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sat, 28 Aug 2021 11:15:25 +0100
parents 75c1a05176f6
children
comparison
equal deleted inserted replaced
155:681f2cbe8c7f 156:84137052813d
1 // 1 //
2 // DefaultCurrency+CoreDataClass.swift 2 // DefaultCurrency+CoreDataClass.swift
3 // Simoleon 3 // Simoleon
4 // 4 //
5 // Created by Dennis Concepción Martín on 21/07/2021. 5 // Created by Dennis Concepción Martín on 24/8/21.
6 // 6 //
7 // 7 //
8 8
9 import Foundation 9 import Foundation
10 import CoreData 10 import CoreData
11 11
12 @objc(DefaultCurrency) 12 @objc(DefaultCurrency)
13 public class DefaultCurrency: NSManagedObject { 13 public class DefaultCurrency: NSManagedObject {
14 14
15 } 15 }