aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCHost.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-08 08:49:50 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-08 08:49:50 -0800
commit4d9d4abc4973e35fad369c9cd6c8bc3624de73f2 (patch)
treecf2772262a6ebea41697e11eee96ed024ed55dbd /src/objective-c/GRPCClient/private/GRPCHost.h
parentbedf57fe8c323c2e26a2ad64e29521a353343a6b (diff)
parentd2ae3c02593b4fca82bf64413f705142778fc338 (diff)
Merge branch 'master' into cpp_races
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCHost.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.h b/src/objective-c/GRPCClient/private/GRPCHost.h
index 6b4f98746d..69a115e88c 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.h
+++ b/src/objective-c/GRPCClient/private/GRPCHost.h
@@ -39,6 +39,7 @@ struct grpc_call;
@interface GRPCHost : NSObject
@property(nonatomic, readonly) NSString *address;
+@property(nonatomic, copy) NSString *userAgentPrefix;
/** The following properties should only be modified for testing: */