aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-14 16:06:15 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-14 16:06:15 -0800
commit4196f59a445a53246f3835b52b49613c9ebd091e (patch)
tree164c4c399298e28c7f00487f534c88ff1f98a179 /src/objective-c/GRPCClient/GRPCCall.h
parent4f91630d6b2ba9fbf0b75e2dbaa1932a739f2b17 (diff)
more nullability annotation
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 d4d16024fa..404d4b7656 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
-- (nullable instancetype)init NS_UNAVAILABLE;
+- (instancetype)init NS_UNAVAILABLE;
/**
* The container of the request headers of an RPC conforms to this protocol, which is a subset of