@interface _UILabelVisualStyle : NSObject + (id)inferredVisualStyle; - (void)actionsForInitializationOfLabel:(id)a0; - (id)defaultFont; - (void)actionsForDeallocationOfLabel:(id)a0; - (BOOL)updatesTextColorOnUserInterfaceStyleChanges; - (BOOL)shouldDelayStartMarquee; - (BOOL)shouldDisableUpdateTextColorOnTraitCollectionChangeForAttributedString:(id)a0 attributes:(id)a1; @end