Mercurial > public > simoleon
view Simoleon/Models/DefaultCurrency+CoreDataProperties.swift @ 141:cfe9b209e791
Translate 'Done'
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 21:20:19 +0100 |
parents | 75c1a05176f6 |
children | 84137052813d |
line wrap: on
line source
// // DefaultCurrency+CoreDataProperties.swift // Simoleon // // Created by Dennis Concepción Martín on 21/07/2021. // // import Foundation import CoreData extension DefaultCurrency { @nonobjc public class func fetchRequest() -> NSFetchRequest<DefaultCurrency> { return NSFetchRequest<DefaultCurrency>(entityName: "DefaultCurrency") } @NSManaged public var pair: String? }