Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(825)

Unified Diff: webrtc/build/ios/SDK/PodTest/PodTest/AppDelegate.h

Issue 1829783003: Build dynamic framework with podspec for Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Import Foundation instead of UIKit Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698