aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-10 18:55:28 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-10 18:55:28 -0700
commitf18b08a1a4454f8232c2815f0110427c1a86878f (patch)
tree2d830fba6de383972a3ad1a8164656de01532e18 /src/objective-c/GRPCClient/GRPCCall.h
parent413077101eab400635732b813da4f1e4a5b69c5a (diff)
Check if optional method of GRPCCallOptions are implemented
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 354bdb7cfa..304fb17cca 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -149,7 +149,7 @@ extern id const kGRPCHeadersKey;
extern id const kGRPCTrailersKey;
/** An object can implement this protocol to receive responses from server from a call. */
-@protocol GRPCResponseHandler
+@protocol GRPCResponseHandler <NSObject>
@optional