Add ObjC prefixes to the sample protos

This commit is contained in:
Jorge Canizales 2015-06-02 02:02:28 -07:00
parent 79afd07508
commit e3534c38f5
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "ex.grpc";
option objc_class_prefix = "HSW";
package hellostreamingworld;

View File

@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "io.grpc.examples";
option objc_class_prefix = "HLW";
package helloworld;

View File

@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "ex.grpc";
option objc_class_prefix = "RTG";
package examples;