Protobuf.modulemap 106 B

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