luxlabs header browser preview


@class NSArray;

@interface CKTranscriptCell : CKEditableCollectionViewCell

@property (nonatomic) BOOL wantsDrawerLayout;
@property (nonatomic) char orientation;
@property (nonatomic) double drawerPercentRevealed;
@property (nonatomic) double associatedItemOffset;
@property (nonatomic) BOOL shouldConfigureForDarkFSM;
@property (nonatomic) BOOL isInReplyContext;
@property (nonatomic) long long insertionType;
@property (nonatomic) double insertionDuration;
@property (nonatomic) double insertionBeginTime;
@property (nonatomic) BOOL insertingBeforeReplyPreview;
@property (nonatomic) BOOL insertingWithReplyPreview;
@property (nonatomic, getter=suppressesAnimationsForLineUpdates) BOOL suppressAnimationsForLineUpdates;
@property (retain, nonatomic) NSArray *linkInteractions;

- (void)prepareForReuse;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)addFilter:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)clearFilters;
- (void)performRemoval:(id /* block */)a0;
- (void)configureForChatItem:(id)a0 context:(id)a1;
- (void)layoutSubviewsForAlignmentContents;
- (void)layoutSubviewsForContents;
- (void)layoutSubviewsForDrawer;
- (void)performHide:(id /* block */)a0;
- (void)performInsertion:(id /* block */)a0;
- (void)performReload:(id /* block */)a0 completion:(id /* block */)a1;
- (void)performReveal:(id /* block */)a0;

@end