SurveyRespondCellPresentable
public protocol SurveyRespondCellPresentable
Undocumented
-
The button title to set in the
respondButton
ofSurveyRespondCollectionViewCell
.Declaration
Swift
var respondTitle: String { get }
-
configure(cell:
Default implementation) Configure the
SurveyRespondCollectionViewCell
.Default Implementation
Declaration
Swift
func configure(cell: SurveyRespondCell)
Parameters
cell
The
SurveyRespondCollectionViewCell
to configure.