PROTOCOL
InteractionItemModel
public protocol InteractionItemModel: CustomDebugStringConvertible, CustomStringConvertible
A model that is used to represent an interactive item.
Properties
key
var key: String
A String that identities the interaction item.
label
var label: String
A label for the interaction item.