luxlabs header browser preview


@class NSArray, NSString, UIImageView, UIImage, UILabel, UIView, NSLayoutConstraint;

@interface PUPhotoEditEffectCell : UICollectionViewCell {
    NSLayoutConstraint *_bottomLabelConstraint;
    NSLayoutConstraint *_gapConstraint;
    NSArray *_constraints;
}

@property (retain, nonatomic) UIImageView *imageView;
@property (retain, nonatomic) UILabel *nameLabel;
@property (retain, nonatomic) UIView *highlightView;
@property (retain, nonatomic) UIImageView *selectionView;
@property (retain, nonatomic) UIImage *image;
@property (copy, nonatomic) NSString *name;

+ (id)selectionOutlineImage;

- (void)setHighlighted:(BOOL)a0;
- (void)prepareForReuse;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)updateConstraints;
- (void).cxx_destruct;
- (void)setSelected:(BOOL)a0 animated:(BOOL)a1;
- (void)setSelected:(BOOL)a0;
- (id)_colorForIsSelected:(BOOL)a0;
- (void)_setSubview:(id)a0 visible:(BOOL)a1 animated:(BOOL)a2;

@end