aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-13 16:48:28 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-13 16:48:28 -0800
commitb4ccbdb124e11dd740cd042cfab88aa38e34398d (patch)
tree44e0b864844c12b777b00d24ce0d7fa341ea06c0 /src/objective-c
parentdc502a80988763abefb70938d020123ef0422e18 (diff)
Remove some annotations in GRPCRequestHeader
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 4ef8cee36d..f36b814cec 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -370,11 +370,11 @@ DEPRECATED_MSG_ATTRIBUTE("Use NSDictionary or NSMutableDictionary instead.")
@protocol GRPCRequestHeaders<NSObject>
@property(nonatomic, readonly) NSUInteger count;
-- (nullable id)objectForKeyedSubscript:(nonnull id)key;
-- (void)setObject:(nullable id)obj forKeyedSubscript:(nonnull id)key;
+- (id)objectForKeyedSubscript:(id)key;
+- (void)setObject:(id)obj forKeyedSubscript:(id)key;
- (void)removeAllObjects;
-- (void)removeObjectForKey:(nonnull id)key;
+- (void)removeObjectForKey:(id)key;
@end
#pragma clang diagnostic push