Change extern type

pull/16190/head
Muxi Yan 7 years ago
parent 9f9141082b
commit 5eb9911a0e
  1. 4
      src/objective-c/GRPCClient/GRPCCall.h

@ -145,8 +145,8 @@ typedef NS_ENUM(NSUInteger, GRPCErrorCode) {
* Keys used in |NSError|'s |userInfo| dictionary to store the response headers and trailers sent by
* the server.
*/
extern id const kGRPCHeadersKey;
extern id const kGRPCTrailersKey;
extern NSString * const kGRPCHeadersKey;
extern NSString * const kGRPCTrailersKey;
/** An object can implement this protocol to receive responses from server from a call. */
@protocol GRPCResponseHandler<NSObject>

Loading…
Cancel
Save