mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Merge pull request #1004 from abelemlih/fix_MessagesDataSource.swift_docs_error
Fix documentation error within MessagesDataSource.swift
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user