module.modulemap 97 Bytes
framework module CoreBlue {
  umbrella header "CoreBlue.h"

  export *
  module * { export * }
}