mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
module gizmo { header "Gizmo.h" }
|
|
|
|
module ObjectiveC {
|
|
header "BridgeTestObjectiveC.h"
|
|
}
|
|
|
|
module CoreCooling {
|
|
header "CoreCooling.h"
|
|
}
|
|
|
|
module Foundation {
|
|
header "BridgeTestFoundation.h"
|
|
}
|
|
|
|
module CoreFoundation {
|
|
header "BridgeTestCoreFoundation.h"
|
|
}
|