mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 09:13:25 +01:00
- Multiple fixes and CI setup
This commit is contained in:
@@ -10,7 +10,7 @@ import UIKit
|
||||
import CoreData
|
||||
|
||||
@objc(NewsItem)
|
||||
public class NewsItem: NSManagedObject, Decodable, Fetchable
|
||||
public class NewsItem: BaseEntity, Decodable
|
||||
{
|
||||
/* Properties */
|
||||
@NSManaged public var identifier: String
|
||||
|
||||
Reference in New Issue
Block a user