ContentCardCustomizing
Protocol defining methodology for customizing content cards based on the template type.
Protocol Definition
Swift
Copied to your clipboardprotocol ContentCardCustomizing {func customize(template: SmallImageTemplate)}
Methods
customize
Customize content cards with SmallImageTemplate.
Parameters
- template - The
SmallImageTemplate
instance to be customized.
Syntax
Swift
Copied to your clipboardfunc customize(template: SmallImageTemplate)