ThemeAsset
public protocol ThemeAsset
Defines an asset to be used in the theme
-
The type of asset.
Declaration
Swift
var type: InquiryTheme.AssetType { get }
-
The size of the asset.
Declaration
Swift
var size: CGSize { get }