22 NS_ASSUME_NONNULL_BEGIN
31 + (nullable instancetype)factoryWithPEMRootCertificates:(nullable NSString *)rootCerts
32 privateKey:(nullable NSString *)privateKey
33 certChain:(nullable NSString *)certChain
34 error:(NSError **)errorPtr;
36 - (nullable
grpc_channel *)createChannelWithHost:(NSString *)host
37 channelArgs:(nullable NSDictionary *)args;