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.
2 parents a902825 + e5569b3 commit 2b52994Copy full SHA for 2b52994
Foundation/NSObject.swift
@@ -7,6 +7,11 @@
7
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
//
9
10
+// @_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.
0 commit comments