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

Unified Diff: webrtc/build/ios/SDK/PodTest/PodTest/ViewController.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/ViewController.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h b/webrtc/build/ios/SDK/PodTest/PodTest/ViewController.h
similarity index 76%
copy from webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
copy to webrtc/build/ios/SDK/PodTest/PodTest/ViewController.h
index e5c92dd304fcb79528dedf14732e5e146ca3f8b5..bdf8f31856d8cedbaf2b9e1923d95cdc7a163340 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
+++ b/webrtc/build/ios/SDK/PodTest/PodTest/ViewController.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,5 +10,6 @@
#import <UIKit/UIKit.h>
-@interface ARDMainViewController : UIViewController
+@interface ViewController : UIViewController
+
@end
« no previous file with comments | « webrtc/build/ios/SDK/PodTest/PodTest/Info.plist ('k') | webrtc/build/ios/SDK/PodTest/PodTest/ViewController.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698