third_party.grpc/include/grpc/module.modulemap
2016-08-03 15:06:34 -07:00

14 lines
281 B
Plaintext

framework module grpc {
umbrella header "grpc.h"
header "byte_buffer_reader.h"
header "grpc_security.h"
header "grpc_security_constants.h"
header "support/alloc.h"
header "support/port_platform.h"
header "support/string_util.h"
export *
module * { export * }
}