12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
framework module Systems {
|
|
umbrella header "Systems.h"
|
|
export *
|
|
|
|
module * { export * }
|
|
}
|
|
|
|
module Systems.Swift {
|
|
header "Systems-Swift.h"
|
|
requires objc
|
|
}
|