| Index: webrtc/api/objc/RTCIceServer.h
|
| diff --git a/webrtc/api/objc/RTCIceServer.h b/webrtc/api/objc/RTCIceServer.h
|
| index 487588ebc489778eebf9a3861e332b19916ae4ad..fe9076c38d68b9f3ccd49080968192604c2a103d 100644
|
| --- a/webrtc/api/objc/RTCIceServer.h
|
| +++ b/webrtc/api/objc/RTCIceServer.h
|
| @@ -10,8 +10,11 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| +#import "webrtc/base/objc/RTCMacros.h"
|
| +
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| +RTC_EXPORT
|
| @interface RTCIceServer : NSObject
|
|
|
| /** URI(s) for this server represented as NSStrings. */
|
|
|