aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCOpBatchLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCOpBatchLog.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCOpBatchLog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCOpBatchLog.h b/src/objective-c/GRPCClient/private/GRPCOpBatchLog.h
index dbc3417acf..753c4cfee6 100644
--- a/src/objective-c/GRPCClient/private/GRPCOpBatchLog.h
+++ b/src/objective-c/GRPCClient/private/GRPCOpBatchLog.h
@@ -31,6 +31,9 @@
*
*/
+
+#ifdef GRPC_TEST_OBJC
+
/**
* Logs the op batches of a client. Used for testing.
*/
@@ -52,3 +55,5 @@
+ (NSArray *)obtainAndCleanOpBatchLog;
@end
+
+#endif