aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-07-15 15:12:33 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-07-15 15:12:33 -0700
commit65515a76dd783296769dee23712804b2036c5d80 (patch)
tree2a17a1cf3e4bdff2bbc981909c041fef2beae7af /src/objective-c
parent4e9753d28c09d9a2828c0f38a161ec7b0d3ec85c (diff)
Establish Objective C end-to-end core test with Cronet
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/tests/CoreCronetEnd2EndTests/h2_ssl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/h2_ssl.h b/src/objective-c/tests/CoreCronetEnd2EndTests/h2_ssl.h
new file mode 100644
index 0000000000..a7f2bd724a
--- /dev/null
+++ b/src/objective-c/tests/CoreCronetEnd2EndTests/h2_ssl.h
@@ -0,0 +1,13 @@
+//
+// h2_ssl.h
+// Tests
+//
+// Created by Muxi Yan on 7/15/16.
+// Copyright © 2016 gRPC. All rights reserved.
+//
+
+#ifndef h2_ssl_h
+#define h2_ssl_h
+
+
+#endif /* h2_ssl_h */