FUIHorizontalIconsComponent

public protocol FUIHorizontalIconsComponent : AnyObject

Component protocol for Horizontal Icons properties

  • FUIGlyphImages (UIImage or String). These are rendered in a horizontal icon stack in the status area.

    Declaration

    Swift

    var horizontalIcons: [FUIGlyphImage] { get set }