brintos

brintos / llvm-project-archived public Read only

0
0
Text · 210 B · 71c99e8 Raw
20 lines · plain
1module Cocoa {2  header "Cocoa.h"3}4 5module AppKit {6  header "AppKit.h"7}8 9module CoreText {10  header "CoreText.h"11}12 13module Foundation {14  header "Foundation.h"15}16 17module CoreVideo {18  header "CoreVideo.h"19}20