aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-10 12:38:05 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-10 12:41:08 -0800
commiteea5f1ad3dee4d96c9b86efe89f75c973cc57eed (patch)
tree0ae49d059fb3129e59685456f83822b84bfdaca3 /src/objective-c
parent037173217011b38ff4675d028eba27a068db5975 (diff)
Missing nullable
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index b549f5d2bf..4ef8cee36d 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -282,7 +282,7 @@ NS_ASSUME_NONNULL_END
*/
@interface GRPCCall : GRXWriter
-- (instancetype)init NS_UNAVAILABLE;
+- (nullable instancetype)init NS_UNAVAILABLE;
/**
* The container of the request headers of an RPC conforms to this protocol, which is a subset of