diff options
author | Muxi Yan <mxyan@google.com> | 2016-07-15 15:12:33 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-07-15 15:12:33 -0700 |
commit | 65515a76dd783296769dee23712804b2036c5d80 (patch) | |
tree | 2a17a1cf3e4bdff2bbc981909c041fef2beae7af /src/objective-c | |
parent | 4e9753d28c09d9a2828c0f38a161ec7b0d3ec85c (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.h | 13 |
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 */ |