patch the previous fix

pull/16190/head
Muxi Yan 6 years ago committed by GitHub
parent e457b0dacc
commit e69a7cc7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/objective-c/GRPCClient/GRPCCallOptions.h

@ -226,7 +226,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
/**
* Initial metadata key-value pairs that should be included in the request.
*/
@property(copy, readonly) NSDictionary *initialMetadata;
@property(copy, readwrite) NSDictionary *initialMetadata;
// Channel parameters; take into account of channel signature.

Loading…
Cancel
Save