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 84f4628Copy full SHA for 84f4628
Foundation/NSObject.swift
@@ -7,9 +7,12 @@
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
@_exported import Dispatch
13
14
+import CoreFoundation
15
+
16
/// The `NSObjectProtocol` groups methods that are fundamental to all Foundation objects.
17
///
18
/// If an object conforms to this protocol, it can be considered a first-class object.
0 commit comments