luxlabs header browser preview


@class NSDictionary, NSAttributedString;

@interface SUUIAttributedStringIndexBarEntry : SUUIIndexBarEntry {
    BOOL _hasValidSynthesizedAttributedString;
    NSAttributedString *_synthesizedAttributedString;
}

@property (readonly, copy, nonatomic) NSAttributedString *attributedString;
@property (copy, nonatomic) NSDictionary *defaultTextAttributes;

- (unsigned long long)hash;
- (id)initWithAttributedString:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)_synthesizedAttributedString;
- (void)_tintColorDidChange;
- (struct CGSize { double x0; double x1; })_calculatedContentSize;
- (void)_drawContentInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)_invalidateSynthesizedAttributedString;
- (id)entryAttributedString;

@end