aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 10:15:02 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 10:15:02 -0700
commit2d903f4732ee21c5c319c88aa738671b56b2e729 (patch)
treef7421c19b7aac540a8ee02aa9d17e6f7792b1e55 /src/objective-c/GRPCClient/GRPCCall.h
parent9925c13b2710a313d489fd040f0d7f312af0f1fc (diff)
More specific typing in response handlers
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 bd43a0a384..d8d3e3cf62 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -160,7 +160,7 @@ extern id const kGRPCTrailersKey;
* Issued when a message is received from the server. The message is the raw data received from the
* server, with decompression and without proto deserialization.
*/
-- (void)receivedRawMessage:(id)message;
+- (void)receivedRawMessage:(NSData *)message;
/**
* Issued when a call finished. If the call finished successfully, \a error is nil and \a