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:
@ -11,8 +11,11 @@
|
||||
#import <AvailabilityMacros.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "webrtc/base/objc/RTCMacros.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
RTC_EXPORT
|
||||
@interface RTCDataBuffer : NSObject
|
||||
|
||||
/** NSData representation of the underlying buffer. */
|
||||
@ -33,6 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
||||
@class RTCDataChannel;
|
||||
RTC_EXPORT
|
||||
@protocol RTCDataChannelDelegate <NSObject>
|
||||
|
||||
/** The data channel state changed. */
|
||||
@ -58,7 +62,7 @@ typedef NS_ENUM(NSInteger, RTCDataChannelState) {
|
||||
RTCDataChannelStateClosed,
|
||||
};
|
||||
|
||||
|
||||
RTC_EXPORT
|
||||
@interface RTCDataChannel : NSObject
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user