Skip to content
Snippets Groups Projects
Commit e3534c38 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Add ObjC prefixes to the sample protos

parent 79afd075
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "ex.grpc"; option java_package = "ex.grpc";
option objc_class_prefix = "HSW";
package hellostreamingworld; package hellostreamingworld;
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "io.grpc.examples"; option java_package = "io.grpc.examples";
option objc_class_prefix = "HLW";
package helloworld; package helloworld;
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "ex.grpc"; option java_package = "ex.grpc";
option objc_class_prefix = "RTG";
package examples; package examples;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment