luxlabs header browser preview


@class NSCache, PUFilmstripDataSource;

@interface PUFilmstripTilingLayout : PUTilingLayout {
    struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _contentBounds;
    long long _numberOfItems;
    struct CGSize { double width; double height; } _itemSize;
    NSCache *_layoutInfoCache;
}

@property (readonly, nonatomic) struct CGSize { double width; double height; } contentSize;
@property (retain, nonatomic) PUFilmstripDataSource *dataSource;

- (void)prepareLayout;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })contentBounds;
- (void).cxx_destruct;
- (id)layoutInfoForTileWithIndexPath:(id)a0 kind:(id)a1;
- (id)preferredScrollInfo;
- (id)_layoutInfoForIndicatorInfo:(id)a0 withIndex:(long long)a1;
- (id)_layoutInfoForTileWithIndex:(long long)a0 kind:(id)a1;
- (id)initWithContentSize:(struct CGSize { double x0; double x1; })a0;
- (id)layoutInfosForTilesInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;

@end