Index: webrtc/build/ios/SDK/PodTest/PodTest/AppDelegate.h |
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h b/webrtc/build/ios/SDK/PodTest/PodTest/AppDelegate.h |
similarity index 68% |
copy from webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h |
copy to webrtc/build/ios/SDK/PodTest/PodTest/AppDelegate.h |
index 9c8636476ce6753b6ff18db676ac786c207cbe6a..de2cc0465db198c0462876e2391651948837cca4 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h |
+++ b/webrtc/build/ios/SDK/PodTest/PodTest/AppDelegate.h |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright 2015 The WebRTC Project Authors. All rights reserved. |
+ * Copyright 2016 The WebRTC project authors. All Rights Reserved. |
* |
* Use of this source code is governed by a BSD-style license |
* that can be found in the LICENSE file in the root of the source |
@@ -10,8 +10,8 @@ |
#import <UIKit/UIKit.h> |
-@interface ARDStatsView : UIView |
+@interface AppDelegate : UIResponder <UIApplicationDelegate> |
-- (void)setStats:(NSArray *)stats; |
+@property (strong, nonatomic) UIWindow *window; |
@end |