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