Mark public ObjC APIs as explicitly visible.

BUG=

Review URL: https://codereview.webrtc.org/1899573002

Cr-Commit-Position: refs/heads/master@{#12431}
This commit is contained in:
tkchin
2016-04-19 10:04:41 -07:00
committed by Commit bot
parent 5aa2d344d7
commit 8b577ed531
32 changed files with 97 additions and 25 deletions

View File

@ -9,6 +9,7 @@
*/
#import "webrtc/api/objc/RTCVideoSource.h"
#import "webrtc/base/objc/RTCMacros.h"
@class AVCaptureSession;
@class RTCMediaConstraints;
@ -23,6 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
* guarantee its lifetime. Instead, we expose its properties through the ref
* counted video source interface.
*/
RTC_EXPORT
@interface RTCAVFoundationVideoSource : RTCVideoSource
- (instancetype)init NS_UNAVAILABLE;