7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
module CocoaDebug {
|
|
umbrella header "CocoaDebug-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|