34 #import <Foundation/Foundation.h>
43 @property(nonatomic, readonly)
struct grpc_channel *unmanagedChannel;
46 + (instancetype)channelToHost:(NSString *)host;
48 - (instancetype)initWithHost:(NSString *)host NS_DESIGNATED_INITIALIZER;
50 - (instancetype)initWithChannel:(
struct grpc_channel *)unmanagedChannel NS_DESIGNATED_INITIALIZER;
Definition: GRPCChannel.h:42