mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-10 03:03:38 +02:00
WIP: documentations
This commit is contained in:
@@ -27,6 +27,8 @@ import Foundation
|
||||
import CoreData
|
||||
|
||||
|
||||
// MARK: - FetchChainableBuilderType
|
||||
|
||||
public protocol FetchChainableBuilderType {
|
||||
|
||||
associatedtype ObjectType: DynamicObject
|
||||
@@ -35,6 +37,9 @@ public protocol FetchChainableBuilderType {
|
||||
var fetchClauses: [FetchClause] { get set }
|
||||
}
|
||||
|
||||
|
||||
// MARK: - QueryChainableBuilderType
|
||||
|
||||
public protocol QueryChainableBuilderType {
|
||||
|
||||
associatedtype ObjectType: DynamicObject
|
||||
|
||||
Reference in New Issue
Block a user