Index: webrtc/api/objc/RTCVideoSource.h |
diff --git a/webrtc/api/objc/RTCVideoSource.h b/webrtc/api/objc/RTCVideoSource.h |
index a98fa6c6bba626c52ea4331bb1b3d4d6bd0bd1a9..026974409c63fea7d63226ab36a945d967bb612a 100644 |
--- a/webrtc/api/objc/RTCVideoSource.h |
+++ b/webrtc/api/objc/RTCVideoSource.h |
@@ -10,6 +10,8 @@ |
#import <Foundation/Foundation.h> |
+#import "webrtc/base/objc/RTCMacros.h" |
+ |
typedef NS_ENUM(NSInteger, RTCSourceState) { |
RTCSourceStateInitializing, |
RTCSourceStateLive, |
@@ -19,6 +21,7 @@ typedef NS_ENUM(NSInteger, RTCSourceState) { |
NS_ASSUME_NONNULL_BEGIN |
+RTC_EXPORT |
@interface RTCVideoSource : NSObject |
/** The current state of the RTCVideoSource. */ |