WIP: SaveResult bridge

This commit is contained in:
John Rommel Estropia
2016-03-25 07:57:09 +09:00
parent 90369cf994
commit 707445a169
11 changed files with 189 additions and 59 deletions

View File

@@ -255,6 +255,7 @@ public final class CSDataStack: NSObject, CoreStoreBridge {
internal init(_ swiftObject: DataStack) {
self.swift = swiftObject
super.init()
}
}