Skip to content
Snippets Groups Projects
Commit d13bbed8 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Fix breakage (struct before undefined structs)

parent d7f2ab31
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,6 @@ struct grpc_channel_args; ...@@ -46,6 +46,6 @@ struct grpc_channel_args;
hostNameOverride:(NSString *)hostNameOverride; hostNameOverride:(NSString *)hostNameOverride;
- (instancetype)initWithHost:(NSString *)host - (instancetype)initWithHost:(NSString *)host
credentials:(grpc_credentials *)credentials credentials:(struct grpc_credentials *)credentials
args:(grpc_channel_args *)args NS_DESIGNATED_INITIALIZER; args:(struct grpc_channel_args *)args NS_DESIGNATED_INITIALIZER;
@end @end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment