Merge pull request #20060 from muxi/fix-protorpc-include

ProtoRPC include some headers
pull/20083/head
Muxi Yan 6 years ago committed by GitHub
commit fa37db2bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/objective-c/BUILD
  2. 9
      src/objective-c/ProtoRPC/ProtoService.h

@ -232,6 +232,7 @@ grpc_objc_library(
],
hdrs = [
"ProtoRPC/ProtoMethod.h",
"ProtoRPC/ProtoRPC.h",
"ProtoRPC/ProtoRPCLegacy.h",
"ProtoRPC/ProtoService.h",
],

@ -18,15 +18,12 @@
#import <Foundation/Foundation.h>
@class GRPCProtoCall;
#import <GRPCClient/GRPCCallOptions.h>
#import "ProtoRPC.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