aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-17 10:06:07 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-17 10:06:07 -0700
commitda42aa1c1ba38a12450e6b75b20281d6603b3d7e (patch)
treef5706f56d0914fa6c6394a9c98cf3e32ee6723f2 /src/objective-c/GRPCClient/private/GRPCChannelPool.h
parentad5485ae4ef4ec31cb6b3ed54876fd9868343388 (diff)
Add designated initializer annotation
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
index 1984919fa7..5ceb0b6d82 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
@@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init;
-- (instancetype)initWithChannelDestroyDelay:(NSTimeInterval)channelDestroyDelay;
+- (instancetype)initWithChannelDestroyDelay:(NSTimeInterval)channelDestroyDelay NS_DESIGNATED_INITIALIZER;
/**
* Return a channel with a particular configuration. If the channel does not exist, execute \a