mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This reverts r29441 because it breaks the Linux build. I'll talk to Dmitri about this tomorrow. See rdar://problem/21254367 Swift SVN r29444
10 lines
185 B
Swift
10 lines
185 B
Swift
@exported import HomeKit
|
|
import Foundation
|
|
|
|
@available(iOS 8.0, *)
|
|
extension HMErrorCode : _BridgedNSError {
|
|
public static var _NSErrorDomain: String {
|
|
return HMErrorDomain
|
|
}
|
|
}
|