From e3534c38f50dfcc3e63d2b683498afe0a87ad407 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Tue, 2 Jun 2015 02:02:28 -0700
Subject: [PATCH] Add ObjC prefixes to the sample protos

---
 protos/hellostreamingworld.proto | 1 +
 protos/helloworld.proto          | 1 +
 protos/route_guide.proto         | 1 +
 3 files changed, 3 insertions(+)

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;
 
diff --git a/protos/helloworld.proto b/protos/helloworld.proto
index 6281c934ae..7d58870a70 100644
--- a/protos/helloworld.proto
+++ b/protos/helloworld.proto
@@ -30,6 +30,7 @@
 syntax = "proto3";
 
 option java_package = "io.grpc.examples";
+option objc_class_prefix = "HLW";
 
 package helloworld;
 
diff --git a/protos/route_guide.proto b/protos/route_guide.proto
index 37590490f4..bfde5f1ead 100644
--- a/protos/route_guide.proto
+++ b/protos/route_guide.proto
@@ -30,6 +30,7 @@
 syntax = "proto3";
 
 option java_package = "ex.grpc";
+option objc_class_prefix = "RTG";
 
 package examples;
 
-- 
GitLab