Remove use of PCH files in webrtc/sdk/objc

A decision has been made to not use prefix header files.

BUG=None

Review-Url: https://codereview.webrtc.org/2590823002
Cr-Commit-Position: refs/heads/master@{#16056}
This commit is contained in:
magjed
2017-01-13 07:10:16 -08:00
committed by Commit bot
parent a9dd4a1b11
commit bf0845201a
5 changed files with 6 additions and 38 deletions

View File

@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#import <Foundation/Foundation.h>
#import "RTCOpenGLDefines.h"
@class RTCVideoFrame;