@class PUCollectionViewData, UICollectionViewLayoutAttributes; @protocol PUHorizontalTiledCollectionViewLayoutDelegate; @interface PUHorizontalTiledCollectionViewLayout : UICollectionViewLayout { PUCollectionViewData *_data; UICollectionViewLayoutAttributes *_dummyAttrs; } @property (nonatomic) double interitemSpacing; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } itemsContentInset; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) BOOL hasReferenceIndexPath; + (Class)invalidationContextClass; - (struct CGSize { double x0; double x1; })collectionViewContentSize; - (BOOL)shouldInvalidateLayoutForBoundsChange:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)invalidationContextForBoundsChange:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)invalidateLayoutWithContext:(id)a0; - (void)prepareLayout; - (id)layoutAttributesForElementsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)init; - (id)layoutAttributesForItemAtIndexPath:(id)a0; - (void).cxx_destruct; - (void)invalidateCachedLayout; - (id)layoutAttributesForItemsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_ensureIndexPath:(id)a0 inData:(id)a1; - (void)_ensureRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 inData:(id)a1 outDeltaOriginX:(double *)a2; - (id)_layoutAttributesForItemAtIndexPath:(id)a0; - (BOOL)_shouldInvalidateCachedLayoutForBoundsChange:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (BOOL)_updateLayoutData:(id)a0 inDirection:(long long)a1 outDeltaOriginX:(double *)a2; @end