mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
refs #160 codable feed structs
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user