module.modulemap 119 Bytes
framework module BBASchemeDispatcher {
  umbrella header "BBASchemeDispatcher.h"

  export *
  module * { export * }
}