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
cellThe
MenuItemCellto configure. 
View on GitHub
        MenuItemCellPresentable Protocol Reference