Files
swift-mirror/stdlib/public/SDK/HomeKit/HomeKit.swift
Jordan Rose 99768eb346 Revert "Switch overlays from using @exported to -import-underlying-module."
This reverts r29441 because it breaks the Linux build. I'll talk to Dmitri
about this tomorrow.

See rdar://problem/21254367

Swift SVN r29444
2015-06-17 05:02:21 +00:00

10 lines
185 B
Swift

@exported import HomeKit
import Foundation
@available(iOS 8.0, *)
extension HMErrorCode : _BridgedNSError {
public static var _NSErrorDomain: String {
return HMErrorDomain
}
}