aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-02-17 18:23:58 -0800
committerGravatar Jorge Canizales <jcanizales@google.com>2015-02-17 18:23:58 -0800
commit5e0efd95f785bc3a82fa2b7b67b2442625653efa (patch)
tree479cf5b81282a4f7df98664fd85ddf1b4139d5e6 /src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h
parent30697c9be2ff01e9f33e0934b58877fc3d11f516 (diff)
Imports code of the generic gRPC client library.
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h b/src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h
new file mode 100644
index 0000000000..504c669f92
--- /dev/null
+++ b/src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h
@@ -0,0 +1,7 @@
+#import <Foundation/Foundation.h>
+
+#import "GRPCMethodName.h"
+
+@interface GRPCMethodName (HTTP2Encoding)
+- (NSString *)HTTP2Path;
+@end