chore: suppression CoreDataStack framework warning
This commit is contained in:
parent
70b75c8eba
commit
deae4bea83
|
@ -8,7 +8,7 @@
|
|||
import Foundation
|
||||
import CoreData
|
||||
|
||||
public protocol Managed: AnyObject, NSFetchRequestResult {
|
||||
public protocol Managed: NSFetchRequestResult {
|
||||
static var entityName: String { get }
|
||||
static var defaultSortDescriptors: [NSSortDescriptor] { get }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue