2025-10-09 16:48:46 +08:00

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
}