watch OS support

This commit is contained in:
John Estropia
2015-10-20 20:38:58 +09:00
parent 4792c4462e
commit dc8bdf3bad
14 changed files with 433 additions and 42 deletions

View File

@@ -24,6 +24,7 @@
//
import Foundation
import CoreData
public func +(left: OrderBy, right: OrderBy) -> OrderBy {

View File

@@ -24,6 +24,7 @@
//
import Foundation
import CoreData
public func &&(left: Where, right: Where) -> Where {

View File

@@ -24,6 +24,8 @@
//
import Foundation
import CoreData
// MARK: - CoreStore