Merge pull request #1004 from abelemlih/fix_MessagesDataSource.swift_docs_error

Fix documentation error within MessagesDataSource.swift
This commit is contained in:
Nathan Tannar
2019-03-24 00:09:49 -07:00
committed by GitHub
+1 -1
View File
@@ -101,7 +101,7 @@ public protocol MessagesDataSource: AnyObject {
/// - messagesCollectionView: The `MessagesCollectionView` in which this cell will be displayed.
///
/// - Note:
/// This method will call fatalError() on default. You must override this method if you are using MessageType.custom messages.
/// This method will call fatalError() on default. You must override this method if you are using MessageKind.custom messages.
func customCell(for message: MessageType, at indexPath: IndexPath, in messagesCollectionView: MessagesCollectionView) -> UICollectionViewCell
}