luxlabs header browser preview


@class WFRowOfIconsView, UILabel, UIStackView;

@interface WFShortcutSummaryCell : UITableViewCell

@property (retain, nonatomic) WFRowOfIconsView *actionIconsView;
@property (retain, nonatomic) UILabel *summaryLabel;
@property (retain, nonatomic) UIStackView *mainStackView;

- (void)prepareForReuse;
- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (void)configureWithTitle:(id)a0 actionIcons:(id)a1;
- (void)addActionViewIfNeeded;
- (void)removeActionViewIfNeeded;

@end