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