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

Changes #import paths from RxLibrary -> gRPC

On account of the change in the podspec structure.
parent 045fabb2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
*/
#import <Foundation/Foundation.h>
#import <RxLibrary/GRXWriter.h>
#import <gRPC/GRXWriter.h>
@class GRPCMethodName;
......
......@@ -33,7 +33,7 @@
#import "GRPCDelegateWrapper.h"
#import <RxLibrary/GRXWriteable.h>
#import <gRPC/GRXWriteable.h>
@interface GRPCDelegateWrapper ()
// These are atomic so that cancellation can nillify them from any thread.
......
......@@ -35,8 +35,8 @@
#import <gRPC/GRPCCall.h>
#import <gRPC/GRPCMethodName.h>
#import <RxLibrary/GRXWriter+Immediate.h>
#import <RxLibrary/GRXWriteable.h>
#import <gRPC/GRXWriter+Immediate.h>
#import <gRPC/GRXWriteable.h>
@interface ViewController ()
......
......@@ -36,8 +36,8 @@
#import <gRPC/GRPCCall.h>
#import <gRPC/GRPCMethodName.h>
#import <RxLibrary/GRXWriter+Immediate.h>
#import <RxLibrary/GRXWriteable.h>
#import <gRPC/GRXWriter+Immediate.h>
#import <gRPC/GRXWriteable.h>
@interface SampleTests : XCTestCase
@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