luxlabs header browser preview


@class UIColor;

@interface VUIListCollectionViewCell : UICollectionViewCell

@property (retain, nonatomic) UIColor *backgroundColor;
@property (retain, nonatomic) UIColor *highlightedBackgroundColor;
@property (nonatomic) BOOL shouldAppearSelected;

- (void)setHighlighted:(BOOL)a0;
- (void)prepareForReuse;
- (void).cxx_destruct;
- (void)setSelected:(BOOL)a0;

@end