mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 17:09:42 +01:00
WIP: transactions in ObjC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user