mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-19 16:21:15 +01:00
allow public access to bridgeToObjectiveC and bridgeToSwift properties
This commit is contained in:
@@ -44,11 +44,11 @@ public final class CSCoreStore: NSObject {
|
||||
|
||||
get {
|
||||
|
||||
return CoreStore.defaultStack.objc
|
||||
return CoreStore.defaultStack.bridgeToObjectiveC
|
||||
}
|
||||
set {
|
||||
|
||||
CoreStore.defaultStack = newValue.swift
|
||||
CoreStore.defaultStack = newValue.bridgeToSwift
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user