module.modulemap 111 Bytes
framework module ProtocolBuffers {
  umbrella header "ProtocolBuffers.h"

  export *
  module * { export * }
}