luxlabs header browser preview


@class UILabel, UITextView;

@interface SLSheetTextComposeView : UIView

@property (retain, nonatomic) UITextView *textView;
@property (retain, nonatomic) UILabel *placeholderLabel;
@property (nonatomic) double textRightInset;

- (void)traitCollectionDidChange:(id)a0;
- (BOOL)resignFirstResponder;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (BOOL)becomeFirstResponder;
- (void)layoutSubviews;
- (void)restoreKeyboard;
- (void)_assembleView;

@end