luxlabs header browser preview


@class UIButton, NSString;

@interface CKAvocetTranscriptResumeButtonCell : CKTranscriptLabelCell

@property (retain, nonatomic) UIButton *textViaStewieButton;
@property (retain, nonatomic) NSString *chatIdentifier;
@property (nonatomic, getter=isShowingStewieTextButton) BOOL showStewieTextButton;

+ (id)_buttonWithSystemImageName:(id)a0 titleString:(id)a1;
+ (void)_configureLabel:(id)a0;
+ (id)_createButtonConfigurationWithSystemImageName:(id)a0 titleString:(id)a1;
+ (id)_makeTextViaStewieButton;
+ (double)heightForChatItem:(id)a0 fittingSize:(struct CGSize { double x0; double x1; })a1;

- (void)prepareForReuse;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)_layoutLabelInAlignmentContentRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (id)attributedButtonText;
- (void)configureForChatItem:(id)a0 context:(id)a1;
- (void)layoutSubviewsForAlignmentContents;
- (void)touchUpInsideTextViaStewieButton:(id)a0;

@end