luxlabs header browser preview


@class UIButton;
@protocol CKTranscriptActionButtonCellDelegate;

@interface CKTranscriptActionButtonCell : CKTranscriptAbstractLabelCell {
    UIButton *_actionButton;
}

@property (weak, nonatomic) id<CKTranscriptActionButtonCellDelegate> delegate;

+ (id)reuseIdentifier;
+ (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0 attributedText:(id)a1 displayScale:(double)a2;

- (void)setAttributedText:(id)a0;
- (id)label;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (id)attributedText;
- (void).cxx_destruct;
- (id)cellView;
- (void)buttonPrimaryActionTriggered:(id)a0;
- (void)configureForChatItem:(id)a0 context:(id)a1;

@end