mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
18 lines
236 B
Plaintext
18 lines
236 B
Plaintext
module CoreGraphics {
|
|
header "CoreGraphics.h"
|
|
export *
|
|
}
|
|
module CoreFoundation {
|
|
header "CoreFoundation.h"
|
|
export *
|
|
}
|
|
module Foundation {
|
|
header "Foundation.h"
|
|
export *
|
|
}
|
|
|
|
module AppKit {
|
|
header "AppKit.h"
|
|
export *
|
|
}
|