luxlabs header browser preview


@class NSArray, NSString, UIStackView;

@interface DMCEnrollmentTableViewIconCell : UITableViewCell <DMCEnrollmentTableViewCellDataSource>

@property (nonatomic) unsigned long long layoutStyle;
@property (copy, nonatomic) NSArray *icons;
@property (retain, nonatomic) UIStackView *stackView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (void)layoutSubviews;
- (id)cell;
- (double)estimatedCellHeight;
- (double)cellHeight;
- (id)_createImageViewWithImage:(id)a0;
- (double)_iconWidth;
- (void)setIconImages:(id)a0;
- (double)_iconHeight;
- (id)initWithIconImages:(id)a0 layoutStyle:(unsigned long long)a1;
- (void)_addConstraintsForStackView:(id)a0;
- (id)_createStackViewWithViews:(id)a0;
- (id)_systemImageWithName:(id)a0;
- (void)_updateImageViewsWithCount:(long long)a0;
- (id)initWithIconNames:(id)a0;
- (id)initWithIconNames:(id)a0 layoutStyle:(unsigned long long)a1;
- (void)setIconNames:(id)a0;

@end