aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h')
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
new file mode 100644
index 0000000000..0676895a24
--- /dev/null
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
@@ -0,0 +1,17 @@
+//
+// AppDelegate.h
+// HelloWorldCpp
+//
+// Created by Muxi Yan on 1/3/18.
+// Copyright © 2018 gRPC. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end
+