Protocols
The following protocols are available globally.
-
Renderable
Types that implement this protocol are expected to have string representation. This protocol is separated from Printable and it’s description property on purpose.
See moreDeclaration
Swift
public protocol Renderable
-
Declaration
Swift
public protocol Parsable
-
Type that implements this protocol allows configuration. As type name hints this protocol primarily targeted to UITableView and UICollectionView cells
See moreDeclaration
Swift
public protocol ConfigurableCell