MwxCell
public protocol MwxCell : View
A piece of user interface.
You create custom cells by declaring types that conform to the
MwxCell protocol.
Implement the required body property to provide the content
and behavior for your custom view.
Implement the required vi property to provide the view item.
View on GitHub
MwxCell Protocol Reference