WIP: compilable again now

This commit is contained in:
John Rommel Estropia
2017-03-02 22:26:45 +09:00
parent ee71442b08
commit 6055685c00
8 changed files with 257 additions and 397 deletions

View File

@@ -361,7 +361,7 @@ public final class CSSelect: NSObject {
public init<T: SelectValueResultType>(_ swiftValue: Select<T>) {
self.attributeType = T.attributeType
self.attributeType = T.cs_rawAttributeType
self.selectTerms = swiftValue.selectTerms
self.bridgeToSwift = swiftValue
super.init()