BFFramework_custom.modulemap 135 B

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