module.modulemap 101 B

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