Sample app: ProtoMethod -> GRPCProtoMethod

pull/7425/head
Jorge Canizales 9 years ago
parent ac06cf09be
commit d7f0e87708
  1. 6
      src/objective-c/examples/Sample/Sample/ViewController.m

@ -66,9 +66,9 @@
// Same example call using the generic gRPC client library: // Same example call using the generic gRPC client library:
ProtoMethod *method = [[ProtoMethod alloc] initWithPackage:@"grpc.testing" GRPCProtoMethod *method = [[GRPCProtoMethod alloc] initWithPackage:@"grpc.testing"
service:@"TestService" service:@"TestService"
method:@"UnaryCall"]; method:@"UnaryCall"];
GRXWriter *requestsWriter = [GRXWriter writerWithValue:[request data]]; GRXWriter *requestsWriter = [GRXWriter writerWithValue:[request data]];

Loading…
Cancel
Save