From 9925c13b2710a313d489fd040f0d7f312af0f1fc Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Fri, 19 Oct 2018 09:51:42 -0700 Subject: writeWithMessage->writeMessage --- src/objective-c/ProtoRPC/ProtoRPC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h') diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h index 663c1610bc..4121d4f6af 100644 --- a/src/objective-c/ProtoRPC/ProtoRPC.h +++ b/src/objective-c/ProtoRPC/ProtoRPC.h @@ -107,7 +107,7 @@ * Send a message to the server. The message should be a Protobuf message which will be serialized * internally. */ -- (void)writeWithMessage:(GPBMessage *)message; +- (void)writeMessage:(GPBMessage *)message; /** * Finish the RPC request and half-close the call. The server may still send messages and/or -- cgit v1.2.3