allow public access to bridgeToObjectiveC and bridgeToSwift properties

This commit is contained in:
John Estropia
2016-03-28 19:07:35 +09:00
parent eda398d758
commit b0b0df2861
29 changed files with 528 additions and 469 deletions

View File

@@ -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
}
}