mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-17 23:14:05 +01:00
added ability to query aggregates and attributes straight from the persistent store
This commit is contained in:
@@ -29,7 +29,4 @@ import CoreData
|
||||
|
||||
// MARK: - FetchClause
|
||||
|
||||
public protocol FetchClause {
|
||||
|
||||
func applyToFetchRequest(fetchRequest: NSFetchRequest)
|
||||
}
|
||||
public protocol FetchClause: QueryClause { }
|
||||
|
||||
Reference in New Issue
Block a user