Files
swift-mirror/test/Inputs/objc-generics-sdk/usr/include/module.map
2015-01-06 00:16:42 +00:00

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 *
}