| Index: webrtc/api/objc/RTCMediaConstraints.h
|
| diff --git a/webrtc/api/objc/RTCMediaConstraints.h b/webrtc/api/objc/RTCMediaConstraints.h
|
| index a8ad39142e39449d75e9b7b40bad09fb2c421124..d726f7d192758d05032ee5b1b7326da30b9c2dde 100644
|
| --- a/webrtc/api/objc/RTCMediaConstraints.h
|
| +++ b/webrtc/api/objc/RTCMediaConstraints.h
|
| @@ -10,8 +10,11 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| +#import "webrtc/base/objc/RTCMacros.h"
|
| +
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| +RTC_EXPORT
|
| @interface RTCMediaConstraints : NSObject
|
|
|
| - (instancetype)init NS_UNAVAILABLE;
|
|
|