Adjusts #imports of RxLibrary

pull/1354/head
Jorge Canizales 10 years ago
parent 23c6589495
commit 7847b0eb3a
  1. 6
      src/objective-c/ProtoRPC/ProtoRPC.m
  2. 4
      src/objective-c/ProtoRPC/ProtoService.m
  3. 4
      src/objective-c/examples/Sample/RemoteTestClient/Test.pb.m

@ -33,10 +33,10 @@
#import "ProtoRPC.h"
#import <gRPC/GRXWriteable.h>
#import <gRPC/GRXWriter.h>
#import <gRPC/GRXWriter+Transformations.h>
#import <ProtocolBuffers/ProtocolBuffers.h>
#import <RxLibrary/GRXWriteable.h>
#import <RxLibrary/GRXWriter.h>
#import <RxLibrary/GRXWriter+Transformations.h>
@implementation ProtoRPC {
id<GRXWriteable> _responseWriteable;

@ -34,8 +34,8 @@
#import "ProtoService.h"
#import <gRPC/GRPCMethodName.h>
#import <RxLibrary/GRXWriteable.h>
#import <RxLibrary/GRXWriter.h>
#import <gRPC/GRXWriteable.h>
#import <gRPC/GRXWriter.h>
#import "ProtoRPC.h"

@ -3,8 +3,8 @@
#import "Test.pb.h"
#import <ProtoRPC/ProtoRPC.h>
#import <RxLibrary/GRXWriteable.h>
#import <RxLibrary/GRXWriter+Immediate.h>
#import <gRPC/GRXWriteable.h>
#import <gRPC/GRXWriter+Immediate.h>
// @@protoc_insertion_point(imports)
@implementation RMTTestRoot

Loading…
Cancel
Save