chore: suppression CoreDataStack framework warning

This commit is contained in:
CMK 2021-06-01 14:08:29 +08:00
parent 70b75c8eba
commit deae4bea83
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
}