luxlabs header browser preview


@class NSString, UIFont;

@interface _UILegibilityLabel : _UILegibilityView

@property (copy, nonatomic) NSString *string;
@property (retain, nonatomic) UIFont *font;
@property (readonly, nonatomic) BOOL usesSecondaryColor;
@property (readonly, nonatomic) double baselineOffset;

- (void)dealloc;
- (void)updateImage;
- (id)initWithSettings:(id)a0 strength:(double)a1 string:(id)a2 font:(id)a3;
- (id)initWithSettings:(id)a0 strength:(double)a1 string:(id)a2 font:(id)a3 options:(long long)a4;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;

@end