From 5b329fd1aa5a6a1ff4ae1d9b6c83e33342392c31 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Fri, 14 Jun 2019 13:17:37 -0700 Subject: [PATCH] Add experimental notice to global interceptor --- src/objective-c/GRPCClient/GRPCCall+Interceptor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/objective-c/GRPCClient/GRPCCall+Interceptor.h b/src/objective-c/GRPCClient/GRPCCall+Interceptor.h index 953846d8c99..4183e0aa20e 100644 --- a/src/objective-c/GRPCClient/GRPCCall+Interceptor.h +++ b/src/objective-c/GRPCClient/GRPCCall+Interceptor.h @@ -16,6 +16,8 @@ * */ +// The global interceptor feature is experimental and might be modified or removed at any time. + #import "GRPCCall.h" @protocol GRPCInterceptorFactory;