Mercurial > public > simoleon
diff Simoleon/Models/Favorite+CoreDataProperties.swift @ 156:84137052813d
Refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 28 Aug 2021 11:15:25 +0100 |
parents | b0bce2c8e4a9 |
children |
line wrap: on
line diff
--- a/Simoleon/Models/Favorite+CoreDataProperties.swift Wed Aug 25 11:00:21 2021 +0100 +++ b/Simoleon/Models/Favorite+CoreDataProperties.swift Sat Aug 28 11:15:25 2021 +0100 @@ -2,7 +2,7 @@ // Favorite+CoreDataProperties.swift // Simoleon // -// Created by Dennis Concepción Martín on 19/07/2021. +// Created by Dennis Concepción Martín on 24/8/21. // // @@ -11,15 +11,15 @@ extension Favorite { - + @nonobjc public class func fetchRequest() -> NSFetchRequest<Favorite> { return NSFetchRequest<Favorite>(entityName: "Favorite") } - + @NSManaged public var currencyPair: String - + } extension Favorite : Identifiable { - + }