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