mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
197 B
Swift
7 lines
197 B
Swift
import Foundation
|
|
|
|
@available(OSX, introduced=10.10) @available(iOS, introduced=8.0)
|
|
extension WKErrorCode : _BridgedNSError {
|
|
public static var _NSErrorDomain: String { return WKErrorDomain }
|
|
}
|