luxlabs header browser preview


@class UIImageView, NSMutableArray, CKAppIconView;

@interface CKAppIconCollectionViewCell : UICollectionViewCell

@property (retain, nonatomic) NSMutableArray *constraints;
@property (retain, nonatomic) CKAppIconView *appContentView;
@property (retain, nonatomic) UIImageView *appIconView;
@property (nonatomic) long long appName;

+ (id)reuseIdentifier;

- (void)prepareForReuse;
- (void)updateConstraints;
- (void).cxx_destruct;
- (id)appIconForBundleID:(id)a0;
- (void)configureWithAppName:(long long)a0;

@end