aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.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/ProtoRPC/ProtoRPC.h
parent9925c13b2710a313d489fd040f0d7f312af0f1fc (diff)
More specific typing in response handlers
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h
index 4121d4f6af..34a519bee5 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.h
+++ b/src/objective-c/ProtoRPC/ProtoRPC.h
@@ -34,7 +34,7 @@
/**
* Issued when a message is received from the server. The message is the deserialized proto object.
*/
-- (void)receivedProtoMessage:(id)message;
+- (void)receivedProtoMessage:(GPBMessage *)message;
/**
* Issued when a call finished. If the call finished successfully, \a error is nil and \a