11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
framework module Nimble {
|
|
umbrella header "Nimble.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|
|
module Nimble.Swift {
|
|
header "Nimble-Swift.h"
|
|
}
|