MenuItemCellPresentable
public protocol MenuItemCellPresentable
Represents a type that is presentable through a MenuItemCell
.
-
The image to set in the
MenuItemCell
.Declaration
Swift
var image: UIImage? { get }
-
The name to set in the
MenuItemCell
.Declaration
Swift
var name: String { get }
-
Declaration
Swift
func configureMenuCell(_ cell: MenuItemCell)
Parameters
cell
The
MenuItemCell
to configure.