RSDEmbeddedIconVendor
public protocol RSDEmbeddedIconVendor
RSDEmbeddedIconVendor
is a convenience protocol for fetching an codable image using an optional
RSDImageWrapper
. This protocol implements an extension method to fetch the icon.
-
The optional
RSDImageWrapper
with the pointer to the image.Declaration
Swift
var icon: RSDImageWrapper? { get }