Mercurial > public > simoleon
view Simoleon/Models/DefaultCurrency+CoreDataProperties.swift @ 143:407611b9df91
Add new Upload to App Store lane
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 17 Aug 2021 08:42:00 +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? }