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..23a76fe13af4a20dbaf1a568b94051ea8438ac5c 100644 |
--- a/webrtc/api/objc/WebRTC-Prefix.pch |
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h |
@@ -8,6 +8,12 @@ |
* 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 |
+ |
tkchin_webrtc
2016/01/14 01:46:21
nit: remove blank line
hjon
2016/01/14 18:28:34
Done.
|
+@end |
+ |
+NS_ASSUME_NONNULL_END |