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

Import headers based on path in sample app

parent c42a38e5
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
#import "ViewController.h" #import "ViewController.h"
#import <gRPC/GRPCCall.h> #import <GRPCClient/GRPCCall.h>
#import <gRPC/GRPCMethodName.h> #import <GRPCClient/GRPCMethodName.h>
#import <gRPC/GRXWriter+Immediate.h>
#import <gRPC/GRXWriteable.h>
#import <RemoteTest/Messages.pbobjc.h> #import <RemoteTest/Messages.pbobjc.h>
#import <RemoteTest/Test.pbrpc.h> #import <RemoteTest/Test.pbrpc.h>
#import <RxLibrary/GRXWriter+Immediate.h>
#import <RxLibrary/GRXWriteable.h>
@implementation ViewController @implementation ViewController
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment