34 #ifndef GRPC_INTERNAL_COMPILER_OBJECTIVE_C_GENERATOR_H
35 #define GRPC_INTERNAL_COMPILER_OBJECTIVE_C_GENERATOR_H
37 #include "src/compiler/config.h"
39 namespace grpc_objective_c_generator {
41 grpc::string GetHeader(
const grpc::protobuf::ServiceDescriptor *service,
42 const grpc::string message_header);
44 grpc::string GetSource(
const grpc::protobuf::ServiceDescriptor *service);
48 #endif // GRPC_INTERNAL_COMPILER_OBJECTIVE_C_GENERATOR_H