Make BaseMessagePresenter.decorationAttributes public

This commit is contained in:
Anton Schukin 2016-05-11 10:43:48 +01:00
parent 1293cb92c5
commit b4308dcd7b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class BaseMessagePresenter<BubbleViewT, ViewModelBuilderT, InteractionHan
self.configureCell(cell, decorationAttributes: decorationAttributes, animated: false, additionalConfiguration: nil)
}
var decorationAttributes: ChatItemDecorationAttributes!
public var decorationAttributes: ChatItemDecorationAttributes!
public func configureCell(cell: CellT, decorationAttributes: ChatItemDecorationAttributes, animated: Bool, additionalConfiguration: (() -> Void)?) {
cell.performBatchUpdates({ () -> Void in
self.messageViewModel.showsTail = decorationAttributes.showsTail