Files
uniapp-app/nativeplugins/netease-Callkit/ios/NECommonUIKit.framework/Modules/module.modulemap
T
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
}