Index: webrtc/api/objc/RTCVideoFrame.h |
diff --git a/webrtc/api/objc/RTCVideoFrame.h b/webrtc/api/objc/RTCVideoFrame.h |
index 8ed23ba82c0726cb22162788989b57f96a733cb4..583a883186d79cd030bdd7b648c640c8b8228823 100644 |
--- a/webrtc/api/objc/RTCVideoFrame.h |
+++ b/webrtc/api/objc/RTCVideoFrame.h |
@@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN |
@property(nonatomic, readonly) int32_t uPitch; |
@property(nonatomic, readonly) int32_t vPitch; |
-- (instancetype)init NS_UNAVAILABLE; |
+- (nonnull instancetype)init NS_UNAVAILABLE; |
@end |