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

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
}