WIP: transactions in ObjC

This commit is contained in:
John Estropia
2016-03-23 11:32:35 +09:00
parent 24008d62b2
commit 2c65ac1834
14 changed files with 893 additions and 75 deletions

View File

@@ -43,7 +43,7 @@ extension InMemoryStore: CoreStoreBridgeable {
The `CSInMemoryStore` serves as the Objective-C bridging type for `InMemoryStore`.
*/
@objc
public final class CSInMemoryStore: NSObject, CoreStoreBridge {
public final class CSInMemoryStore: NSObject, CSStorageInterface, CoreStoreBridge {
/**
Initializes a `CSInMemoryStore` for the specified configuration