mirror of
https://github.com/SideStore/SideStore.git
synced 2026-05-11 20:05:40 +02:00
- Multiple fixes and CI setup
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import CoreData
|
||||
|
||||
@objc(RefreshAttempt)
|
||||
public class RefreshAttempt: NSManagedObject, Fetchable
|
||||
public class RefreshAttempt: BaseEntity
|
||||
{
|
||||
@NSManaged public var identifier: String
|
||||
@NSManaged public var date: Date
|
||||
|
||||
Reference in New Issue
Block a user