Index: webrtc/api/objc/RTCMediaSource.h |
diff --git a/webrtc/api/objc/RTCMediaSource.h b/webrtc/api/objc/RTCMediaSource.h |
index 0b36b8d7093543c803f6097d28488efef8678306..228e50cd00a1f7e001adf1a1fd67744c46051405 100644 |
--- a/webrtc/api/objc/RTCMediaSource.h |
+++ b/webrtc/api/objc/RTCMediaSource.h |
@@ -24,8 +24,6 @@ NS_ASSUME_NONNULL_BEGIN |
/** The current state of the RTCMediaSource. */ |
@property(nonatomic, readonly) RTCSourceState state; |
-- (instancetype)init NS_UNAVAILABLE; |
tkchin_webrtc
2016/01/14 01:34:02
restore this
hjon
2016/01/14 17:04:24
Done.
|
- |
@end |
NS_ASSUME_NONNULL_END |