Changes #import paths from RxLibrary -> gRPC

On account of the change in the podspec structure.
pull/1327/head
Jorge Canizales 10 years ago
parent 045fabb290
commit e6300b2c56
  1. 2
      src/objective-c/GRPCClient/GRPCCall.h
  2. 2
      src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
  3. 4
      src/objective-c/examples/Sample/Sample/ViewController.m
  4. 4
      src/objective-c/examples/Sample/SampleTests/SampleTests.m

@ -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

Loading…
Cancel
Save