Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: webrtc/base/objc/RTCDispatcher.h

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add RTCDataBuffer Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/objc/RTCCameraPreviewView.h ('k') | webrtc/base/objc/RTCFieldTrials.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCDispatcher.h
diff --git a/webrtc/base/objc/RTCDispatcher.h b/webrtc/base/objc/RTCDispatcher.h
index a9b92a661fd1f6c82b90ffff4e23e691993f693c..068544313e5102e95ad544002fa5b0622c2b2b70 100644
--- a/webrtc/base/objc/RTCDispatcher.h
+++ b/webrtc/base/objc/RTCDispatcher.h
@@ -10,6 +10,8 @@
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
typedef NS_ENUM(NSInteger, RTCDispatcherQueueType) {
// Main dispatcher queue.
RTCDispatcherTypeMain,
@@ -23,6 +25,7 @@ typedef NS_ENUM(NSInteger, RTCDispatcherQueueType) {
/** Dispatcher that asynchronously dispatches blocks to a specific
* shared dispatch queue.
*/
+RTC_EXPORT
@interface RTCDispatcher : NSObject
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « webrtc/base/objc/RTCCameraPreviewView.h ('k') | webrtc/base/objc/RTCFieldTrials.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698