GRPC Objective-C  1.73.0
Instance Methods | Properties
<GRPCRequestHeaders> Protocol Reference

This protocol is kept for backwards compatibility with existing code. More...

#import <GRPCCallLegacy.h>

Instance Methods

(id) - objectForKeyedSubscript:
 
(void) - setObject:forKeyedSubscript:
 
(void) - removeAllObjects
 
(void) - removeObjectForKey:
 

Properties

NSUInteger count
 

Detailed Description

This protocol is kept for backwards compatibility with existing code.

Method Documentation

◆ objectForKeyedSubscript:

- (id) objectForKeyedSubscript: (id)  key

◆ removeAllObjects

- (void) removeAllObjects

◆ removeObjectForKey:

- (void) removeObjectForKey: (id)  key

◆ setObject:forKeyedSubscript:

- (void) setObject: (id)  obj
forKeyedSubscript: (id)  key 

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

The documentation for this protocol was generated from the following file: