| Index: webrtc/api/objc/RTCSessionDescription.h
|
| diff --git a/webrtc/api/objc/RTCSessionDescription.h b/webrtc/api/objc/RTCSessionDescription.h
|
| index 2635633f39f8b07ac46da8d0062561be1ebd5f48..de927cfbf32f88b875489216aa48f78bfab62edc 100644
|
| --- a/webrtc/api/objc/RTCSessionDescription.h
|
| +++ b/webrtc/api/objc/RTCSessionDescription.h
|
| @@ -10,6 +10,8 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| +#import "webrtc/base/objc/RTCMacros.h"
|
| +
|
| /**
|
| * Represents the session description type. This exposes the same types that are
|
| * in C++, which doesn't include the rollback type that is in the W3C spec.
|
| @@ -22,6 +24,7 @@ typedef NS_ENUM(NSInteger, RTCSdpType) {
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| +RTC_EXPORT
|
| @interface RTCSessionDescription : NSObject
|
|
|
| /** The type of session description. */
|
|
|