diff options
author | Muxi Yan <mxyan@google.com> | 2018-12-12 15:52:54 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-12-12 15:52:54 -0800 |
commit | 0f4d465452552cfaf16367241c8894034d1f575a (patch) | |
tree | 0e06f22899ebc716f3dbc77ffe2f954c37c3a50f /src/objective-c/GRPCClient/private | |
parent | a5fd84e65a7f60497f343212151751690eb6517c (diff) |
nit fix
Diffstat (limited to 'src/objective-c/GRPCClient/private')
-rw-r--r-- | src/objective-c/GRPCClient/private/GRPCHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.h b/src/objective-c/GRPCClient/private/GRPCHost.h index f1d5719642..ca3c52ea17 100644 --- a/src/objective-c/GRPCClient/private/GRPCHost.h +++ b/src/objective-c/GRPCClient/private/GRPCHost.h @@ -64,7 +64,7 @@ struct grpc_channel_credentials; withCertChain:(nullable NSString *)pemCertChain error:(NSError **)errorPtr; -@property(atomic, readwrite) GRPCTransportType transportType; +@property(atomic) GRPCTransportType transportType; + (GRPCCallOptions *)callOptionsForHost:(NSString *)host; |