aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-14 17:55:11 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-14 17:55:11 -0800
commitc097e21259db28d8b80ed661c0c0e3d808466ed1 (patch)
treeb4618b34d1cc72910692ee59385b97beddd2b8c7 /src/objective-c/GRPCClient/GRPCCall.h
parentb90652ab0329e67697e71282b785187a4d1cb223 (diff)
Nullability annotation fix
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-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 404d4b7656..15b1c90449 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;
+- (nonnull instancetype)init NS_UNAVAILABLE;
/**
* The container of the request headers of an RPC conforms to this protocol, which is a subset of