module.modulemap 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 framework module HHZKHSDK { umbrella header "HHZKHSDK-umbrella.h" export * module * { export * } } module HHZKHSDK.Swift { header "HHZKHSDK-Swift.h" requires objc }