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