mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
...to remove the temptation to put everything in one file with the same name as the module. This doesn't do anything for overlays that /already/ have everything in one file with the same name as the module, except for a few easy cases; we can unpack the rest later.
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
@_exported import MapKit // Clang module
|
|
import Foundation
|
|
|
|
%{
|
|
from gyb_foundation_support import ObjectiveCBridgeableImplementationForNSValue
|
|
}%
|
|
|
|
${ ObjectiveCBridgeableImplementationForNSValue("MKCoordinateSpan") }
|