mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-01 21:14:18 +02:00
WIP: StorageInterface protocol
This commit is contained in:
@@ -32,7 +32,6 @@ import CoreData
|
||||
@available(OSX, unavailable)
|
||||
internal final class CoreStoreFetchedResultsController<T: NSManagedObject>: NSFetchedResultsController {
|
||||
|
||||
|
||||
// MARK: Internal
|
||||
|
||||
internal convenience init<T>(dataStack: DataStack, fetchRequest: NSFetchRequest, from: From<T>? = nil, sectionBy: SectionBy? = nil, fetchClauses: [FetchClause]) {
|
||||
|
||||
Reference in New Issue
Block a user