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:
@ -10,12 +10,15 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "webrtc/base/objc/RTCMacros.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class RTCAudioTrack;
|
||||
@class RTCPeerConnectionFactory;
|
||||
@class RTCVideoTrack;
|
||||
|
||||
RTC_EXPORT
|
||||
@interface RTCMediaStream : NSObject
|
||||
|
||||
/** The audio tracks in this stream. */
|
||||
|
||||
Reference in New Issue
Block a user