Files
swift-mirror/stdlib/public/SDK/WatchConnectivity/WatchConnectivity.swift
Jordan Rose 81905be8dd Rename _BridgedNSError._NSErrorDomain to _nsErrorDomain.
This isn't strictly necessary, since it's an implementation detail, but
it's consistent with the following changes.
2016-02-24 17:46:10 -08:00

8 lines
199 B
Swift

@_exported import WatchConnectivity
import Foundation
@available(iOS, introduced=9.0)
extension WCErrorCode : _BridgedNSError {
public static var _nsErrorDomain: String { return WCErrorDomain }
}