gRPC-ProtoRPC.modulemap 111 B

123456
  1. framework module ProtoRPC {
  2. umbrella header "gRPC-ProtoRPC-umbrella.h"
  3. export *
  4. module * { export * }
  5. }