Chatto/ChattoAdditions/Source/Chat Items/TextMessages
Barış Çamur c7d4fcfbd5 Make Subclassing BaseMessageCollectionViewCell Possible Outside of ChattoAdditions Module
-This commit exposes messageViewModel, createBubbleView() and init
functions of BaseMessageCollectionViewCell class to other modules by
changing their access modifiers to ‘public’.
-This also requires to change the access level of createBubbleView()
function of  TextMessageCollectionViewCell and
PhotoMessageCollectionViewCell to be made ‘public’
2016-02-26 17:20:14 +02:00
..
Views Make Subclassing BaseMessageCollectionViewCell Possible Outside of ChattoAdditions Module 2016-02-26 17:20:14 +02:00
TextMessageModel.swift Relax MessageModelProtocol and MessageViewModelProtocol requirements. 2016-02-18 12:37:50 +00:00
TextMessagePresenter.swift Relaxes generic constraints so presenters can be reused with different models 2016-02-03 13:06:03 +00:00
TextMessagePresenterBuilder.swift Relaxes generic constraints so presenters can be reused with different models 2016-02-03 13:06:03 +00:00
TextMessageViewModel.swift Relax MessageModelProtocol and MessageViewModelProtocol requirements. 2016-02-18 12:37:50 +00:00