module.modulemap 91 B

123456
  1. framework module Qiniu {
  2. umbrella header "Qiniu.h"
  3. export *
  4. module * { export * }
  5. }