ConfigurableCell
public protocol ConfigurableCellType that implements this protocol allows configuration. As type name hints this protocol primarily targeted to UITableView and UICollectionView cells
- 
                  
                  Implementing type should use data to fill own data fields DeclarationSwift func configureCell(_ data: DataType)ParametersdataData to present in the cell 
- 
                  
                  Visual appearance theme DeclarationSwift var theme: Theme
 ConfigurableCell Protocol Reference
        ConfigurableCell Protocol Reference