diff options
Diffstat (limited to 'protos/hellostreamingworld.proto')
-rw-r--r-- | protos/hellostreamingworld.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/hellostreamingworld.proto b/protos/hellostreamingworld.proto index ec8405c78b..bd5af3b2d5 100644 --- a/protos/hellostreamingworld.proto +++ b/protos/hellostreamingworld.proto @@ -30,6 +30,7 @@ syntax = "proto3"; option java_package = "ex.grpc"; +option objc_class_prefix = "HSW"; package hellostreamingworld; |