luxlabs header browser preview


@class NSString, UICollectionView;

@interface SUUIShelfCollectionViewCell : SUUICollectionViewCell <SUUIPerspectiveView>

@property (retain, nonatomic) UICollectionView *collectionView;
@property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } contentInset;
@property (nonatomic) BOOL rendersWithPerspective;
@property (nonatomic) BOOL rendersWithParallax;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (double)maximumPerspectiveHeightForSize:(struct CGSize { double x0; double x1; })a0;

- (void)setBackgroundColor:(id)a0;
- (void)setSemanticContentAttribute:(long long)a0;
- (void)applyLayoutAttributes:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)setVanishingPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)setPerspectiveTargetView:(id)a0;
- (void)updateForChangedDistanceFromVanishingPoint;

@end