Chromium Code Reviews| Index: webrtc/api/objc/Prefix.pch |
| diff --git a/webrtc/api/objc/Prefix.pch b/webrtc/api/objc/Prefix.pch |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..72a83d00c6a69a428f50b6f3b4954325053083bd |
| --- /dev/null |
| +++ b/webrtc/api/objc/Prefix.pch |
| @@ -0,0 +1,3 @@ |
| +#if !defined(__has_feature) || !__has_feature(objc_arc) |
|
tkchin_webrtc
2015/12/04 20:17:09
Copyright header.
hjon
2015/12/07 20:03:52
Done.
|
| +#error "This file requires ARC support." |
| +#endif |