We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c514e80 commit 5a14428Copy full SHA for 5a14428
stdlib/public/SDK/Contacts/Contacts.swift
@@ -13,9 +13,9 @@
13
@_exported import Contacts
14
import Foundation
15
16
-@available(OSX, introduced: 10.11)
17
-@available(iOS, introduced: 9.0)
18
-extension CNErrorCode : _BridgedNSError {
19
- public static var _nsErrorDomain: String { return CNErrorDomain }
20
-}
+// @available(OSX, introduced: 10.11)
+// @available(iOS, introduced: 9.0)
+// extension CNErrorCode : _BridgedNSError {
+// public static var _nsErrorDomain: String { return CNErrorDomain }
+// }
21
0 commit comments