UICellConfigurable

public protocol UICellConfigurable

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype Cell
  • Undocumented

    Declaration

    Swift

    associatedtype Model
  • Undocumented

    Declaration

    Swift

    func configure(_ cell: Cell, with model: Model)