module.modulemap 90 B

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