From 2fb3a5b627c7c97a50e39594f9b08382db4f62be Mon Sep 17 00:00:00 2001 From: Ran Hassid Date: Thu, 25 Jan 2018 07:22:42 +0200 Subject: [PATCH] Change audioViewConfiguration param to audioViewAttributes Change param in order to remove warning --- JSQMessagesViewController/Model/JSQAudioMediaItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSQMessagesViewController/Model/JSQAudioMediaItem.h b/JSQMessagesViewController/Model/JSQAudioMediaItem.h index 3534ec70b..e40d7295f 100644 --- a/JSQMessagesViewController/Model/JSQAudioMediaItem.h +++ b/JSQMessagesViewController/Model/JSQAudioMediaItem.h @@ -65,7 +65,7 @@ didChangeAudioCategory:(NSString *)category * Initializes and returns a audio media item having the given audioData. * * @param audioData The data object that contains the audio resource. - * @param audioViewConfiguration The view attributes to configure the appearance of the audio media view. + * @param audioViewAttributes The view attributes to configure the appearance of the audio media view. * * @return An initialized `JSQAudioMediaItem`. *