Index: webrtc/build/ios/webrtc/PodTest/PodTest/AppDelegate.h |
diff --git a/webrtc/build/ios/webrtc/PodTest/PodTest/AppDelegate.h b/webrtc/build/ios/webrtc/PodTest/PodTest/AppDelegate.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bfa72781e822d8b7a5cc0d9f5a05e326e9b8243d |
--- /dev/null |
+++ b/webrtc/build/ios/webrtc/PodTest/PodTest/AppDelegate.h |
@@ -0,0 +1,16 @@ |
+// |
+// AppDelegate.h |
tkchin_webrtc
2016/03/23 17:52:56
Update header to WebRTC
hjon_webrtc
2016/03/25 00:09:46
Done.
|
+// PodTest |
+// |
+// Copyright © 2016 Google Inc. All rights reserved. |
+// |
+ |
+#import <UIKit/UIKit.h> |
+ |
+@interface AppDelegate : UIResponder <UIApplicationDelegate> |
+ |
+@property (strong, nonatomic) UIWindow *window; |
+ |
+ |
+@end |
+ |