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 f00880f commit e5569b3Copy full SHA for e5569b3
Foundation/NSObject.swift
@@ -7,9 +7,13 @@
7
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
//
9
10
-import CoreFoundation
+// @_exported import of Dispatch here makes it available to all
11
+// classes in Foundation and all sources that import Foundation.
12
+// This brings it into line with Darwin usage for compatbility.
13
@_exported import Dispatch
14
15
+import CoreFoundation
16
+
17
/// The `NSObjectProtocol` groups methods that are fundamental to all Foundation objects.
18
///
19
/// If an object conforms to this protocol, it can be considered a first-class object.
0 commit comments