luxlabs header browser preview


@class NSString, UIImageView, UIImage, SKUIEditorialCellLayout, UIView;

@interface SKUIBrickGridCollectionViewCell : UICollectionViewCell {
    UIImageView *_brickImageView;
    SKUIEditorialCellLayout *_editorialCellLayout;
    UIView *_editorialContainerView;
}

@property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } contentInsets;
@property (copy, nonatomic) NSString *accessibilityLabel;
@property (retain, nonatomic) UIImage *brickImage;

- (void)setBackgroundColor:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)applyEditorialLayout:(id)a0 orientation:(long long)a1;
- (void)setColoringWithColorScheme:(id)a0;

@end