diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-08-01 02:56:04 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-08-01 18:02:31 -0700 |
commit | 148403af988522e61f4e71dc1bbd00b9f0d51a42 (patch) | |
tree | 382a158c41c8b0ee6748f4cbfa0b825321c3a199 /src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h | |
parent | bd993df3f6eeaea7b032b272703c5fc41beeebef (diff) |
Remove GRPCChannel-initWithHost to simplify implementation
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h b/src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h index 9d89cfb541..8528be44c0 100644 --- a/src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h +++ b/src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.h @@ -34,5 +34,5 @@ #import "GRPCChannel.h" @interface GRPCUnsecuredChannel : GRPCChannel - +- (instancetype)initWithHost:(NSString *)host NS_DESIGNATED_INITIALIZER; @end |