11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
framework module Systems {
|
|
umbrella header "Systems.h"
|
|
export *
|
|
|
|
module * { export * }
|
|
}
|
|
|
|
module Systems.__Swift {
|
|
exclude header "Systems-Swift.h"
|
|
}
|