updated demo

This commit is contained in:
John Rommel Estropia
2015-05-09 14:10:55 +09:00
parent b16c9deeb9
commit a1610534cb
14 changed files with 286 additions and 282 deletions

View File

@@ -24,9 +24,12 @@
//
import Foundation
import CoreData
import GCDKit
// MARK: - AsynchronousDataTransaction
/**
The AsynchronousDataTransaction provides an interface for NSManagedObject creates, updates, and deletes. A transaction object should typically be only used from within a transaction block initiated from DataStack.beginAsynchronous(_:), or from HardcoreData.beginAsynchronous(_:).
*/