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
RSDImageWrapperwith the pointer to the image.Declaration
Swift
var icon: RSDImageWrapper? { get }
View on GitHub
RSDEmbeddedIconVendor Protocol Reference