Index: webrtc/build/ios/webrtc/PodTest/PodTest/ViewController.h |
diff --git a/webrtc/build/ios/webrtc/PodTest/PodTest/ViewController.h b/webrtc/build/ios/webrtc/PodTest/PodTest/ViewController.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6e8eb8ffff9a8a5779c2cdc7b2f0db0d2045da38 |
--- /dev/null |
+++ b/webrtc/build/ios/webrtc/PodTest/PodTest/ViewController.h |
@@ -0,0 +1,14 @@ |
+// |
+// ViewController.h |
tkchin_webrtc
2016/03/23 17:52:56
ditto copyright header
hjon_webrtc
2016/03/25 00:09:46
Done.
|
+// PodTest |
+// |
+// Copyright © 2016 Google Inc. All rights reserved. |
+// |
+ |
+#import <UIKit/UIKit.h> |
+ |
+@interface ViewController : UIViewController |
+ |
+ |
+@end |
+ |