aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h')
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
new file mode 100644
index 0000000000..b5e892cd74
--- /dev/null
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
@@ -0,0 +1,15 @@
+//
+// ViewController.h
+// HelloWorldCpp
+//
+// Created by Muxi Yan on 1/3/18.
+// Copyright © 2018 gRPC. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+
+
+@end
+