Skip to content

Commit 84f4628

Browse files
committed
Explanatory comment
1 parent f00880f commit 84f4628

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Foundation/NSObject.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
88
//
99

10-
import CoreFoundation
10+
// @_exported import of Dispatch here makes it available to all
11+
// classes in Foundation and all sources that import Foundation.
1112
@_exported import Dispatch
1213

14+
import CoreFoundation
15+
1316
/// The `NSObjectProtocol` groups methods that are fundamental to all Foundation objects.
1417
///
1518
/// If an object conforms to this protocol, it can be considered a first-class object.

0 commit comments

Comments
 (0)