Index: webrtc/api/objc/RTCMediaStreamTrack.h |
diff --git a/webrtc/api/objc/RTCMediaStreamTrack.h b/webrtc/api/objc/RTCMediaStreamTrack.h |
index b8576bdf3bddebcc5c0e12c2c548292726b15774..5a0dcbfbc43137d68f02594e13615a5919e1697a 100644 |
--- a/webrtc/api/objc/RTCMediaStreamTrack.h |
+++ b/webrtc/api/objc/RTCMediaStreamTrack.h |
@@ -10,6 +10,8 @@ |
#import <Foundation/Foundation.h> |
+#import "webrtc/base/objc/RTCMacros.h" |
+ |
/** |
* Represents the state of the track. This exposes the same states in C++. |
*/ |
@@ -20,6 +22,7 @@ typedef NS_ENUM(NSInteger, RTCMediaStreamTrackState) { |
NS_ASSUME_NONNULL_BEGIN |
+RTC_EXPORT |
@interface RTCMediaStreamTrack : NSObject |
/** |