import ProtoRPC and GRPCCallOptions in ProtoService

pull/20060/head
Muxi Yan 6 years ago
parent bb0b873ab4
commit 6f2f9ae2c3
  1. 9
      src/objective-c/ProtoRPC/ProtoService.h

@ -18,15 +18,12 @@
#import <Foundation/Foundation.h>
@class GRPCProtoCall;
#import "ProtoRPC.h"
#import <GRPCClient/GRPCCallOptions.h>
@protocol GRXWriteable;
@class GRXWriter;
@class GRPCCallOptions;
@class GRPCProtoCall;
@class GRPCUnaryProtoCall;
@class GRPCStreamingProtoCall;
@protocol GRPCProtoResponseHandler;
@protocol GRXWriteable;
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnullability-completeness"

Loading…
Cancel
Save