luxlabs header browser preview


@interface SFExpandingTextView : UITextView {
    double _maxHeight;
}

- (id)init;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void)setText:(id)a0;
- (id)initWithMaxHeight:(double)a0;

@end