refs #160 codable feed structs

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2023-01-04 09:31:28 -05:00
parent 554c54e6be
commit 588d209f7b
2 changed files with 142 additions and 3 deletions

View File

@@ -26,14 +26,12 @@ public extension StoreApp
}
@objc
public enum Platform: UInt {
public enum Platform: UInt, Codable {
case ios
case tvos
case macos
}
extension Platform: Decodable {}
@objc
public final class PlatformURL: NSManagedObject, Decodable {
/* Properties */