FUIAttributesConsumer
public protocol FUIAttributesConsumer : AnyObject
Component protocol ensuring the component has an FUIAttributedProvider for supplying style info.
-
FUIAttributesProviderimplementation, for supplying style info for the component.Declaration
Swift
var attributesProvider: FUIAttributesProvider? { get set }