Index: webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h b/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
index 8f2a81734229fca65421613794b3ab1accca8c2e..75ccffcb8caa80667b2681c44776fb93e8705d18 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
+++ b/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h |
@@ -10,6 +10,8 @@ |
#import <Foundation/Foundation.h> |
+@class RTCIceServer; |
+ |
@protocol ARDTURNClient <NSObject> |
// Returns TURN server urls if successful. |