PROTOCOL
SelectorItemModel
public protocol SelectorItemModel: CustomDebugStringConvertible, CustomStringConvertible
A model that is used for the selector items list.
Properties
title
var title: String
A title label for the selector item.
PROTOCOL
public protocol SelectorItemModel: CustomDebugStringConvertible, CustomStringConvertible
A model that is used for the selector items list.
var title: String
A title label for the selector item.