module.modulemap 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 framework module Main { umbrella header "Main.h" module * { export * } export * framework module Sub { umbrella header "Sub.h" module * { export * } export * } }