Missing nullable

pull/16190/head
Muxi Yan 6 years ago
parent 0371732170
commit eea5f1ad3d
  1. 2
      src/objective-c/GRPCClient/GRPCCall.h

@ -282,7 +282,7 @@ NS_ASSUME_NONNULL_END
*/
@interface GRPCCall : GRXWriter
- (instancetype)init NS_UNAVAILABLE;
- (nullable instancetype)init NS_UNAVAILABLE;
/**
* The container of the request headers of an RPC conforms to this protocol, which is a subset of

Loading…
Cancel
Save