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

Unified Diff: webrtc/api/objc/RTCPeerConnectionFactory.h

Issue 1558473002: Update API for Objective-C RTCPeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 11 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
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/objc/RTCPeerConnectionFactory.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCPeerConnectionFactory.h
diff --git a/webrtc/api/objc/WebRTC-Prefix.pch b/webrtc/api/objc/RTCPeerConnectionFactory.h
similarity index 75%
copy from webrtc/api/objc/WebRTC-Prefix.pch
copy to webrtc/api/objc/RTCPeerConnectionFactory.h
index 990b1602da936a98a04b315411b2487aaaf904e5..c427c1bb9106becaafc2a2c096fb0421b171f504 100644
--- a/webrtc/api/objc/WebRTC-Prefix.pch
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h
@@ -8,6 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
+#import <Foundation/Foundation.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface RTCPeerConnectionFactory : NSObject
+@end
+
+NS_ASSUME_NONNULL_END
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/objc/RTCPeerConnectionFactory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698