module.modulemap 103 B

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