Files
swift-mirror/stdlib/public/SDK/HomeKit/HomeKit.swift
Jordan Rose c8bfc87c4e Switch overlays from using @exported to -import-underlying-module.
Some day we'll close the hole for @exported in the previous commit.

Swift SVN r29441
2015-06-17 04:48:06 +00:00

9 lines
160 B
Swift

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