luxlabs header browser preview


@interface PUGridTilingLayout : PUSectionedTilingLayout {
    long long _numberOfColumns;
}

@property (nonatomic) struct CGSize { double width; double height; } itemSize;
@property (nonatomic) struct CGSize { double width; double height; } interItemSpacing;

- (void)prepareLayout;
- (id)init;
- (struct CGSize { double x0; double x1; })estimatedSectionSize;
- (void)setVisibleRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (struct CGSize { double x0; double x1; })sizeForSection:(long long)a0 numberOfItems:(long long)a1;
- (id)layoutInfoForTileWithIndexPath:(id)a0 kind:(id)a1;
- (void)addLayoutInfosForTilesInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 section:(long long)a1 toSet:(id)a2;
- (id)preferredScrollInfo;
- (long long)_numberOfColumns;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_frameForItemAtIndexPath:(id)a0;

@end