WIP: documentations

This commit is contained in:
John Rommel Estropia
2017-10-24 00:31:27 +09:00
parent e37186da73
commit b6ee0b014f
13 changed files with 444 additions and 54 deletions

View File

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