1 | module Cocoa { |
---|---|
2 | header "Cocoa.h" |
3 | } |
4 | |
5 | module AppKit { |
6 | header "AppKit.h" |
7 | } |
8 | |
9 | module CoreText { |
10 | header "CoreText.h" |
11 | } |
12 | |
13 | module Foundation { |
14 | header "Foundation.h" |
15 | } |
16 | |
17 | module CoreVideo { |
18 | header "CoreVideo.h" |
19 | } |
20 |
1 | module Cocoa { |
---|---|
2 | header "Cocoa.h" |
3 | } |
4 | |
5 | module AppKit { |
6 | header "AppKit.h" |
7 | } |
8 | |
9 | module CoreText { |
10 | header "CoreText.h" |
11 | } |
12 | |
13 | module Foundation { |
14 | header "Foundation.h" |
15 | } |
16 | |
17 | module CoreVideo { |
18 | header "CoreVideo.h" |
19 | } |
20 |