@class NSArray, NSMutableArray, NSString; @interface AVCustomStackLayout : NSObject @property (retain, nonatomic) NSArray *rowHeads; @property (retain, nonatomic) NSMutableArray *rowSpacing; @property (copy, nonatomic) NSString *debugIdentifier; - (double)_heightForRow:(unsigned long long)a0 startingFrom:(id)a1 inBoundingSize:(struct CGSize { double x0; double x1; })a2; - (id)init; - (id)layoutFramesInBoundingSize:(struct CGSize { double x0; double x1; })a0; - (id)itemsThatFitSize:(struct CGSize { double x0; double x1; })a0; - (void)setRowSpacing:(double)a0 afterRow:(unsigned long long)a1; - (id)_flexibleWidthMapForLayoutItemsBeginningWithLayoutItem:(id)a0 endingWithItem:(id)a1 withAvailableSize:(struct CGSize { double x0; double x1; })a2; - (id)initWithLayoutRowHeads:(id)a0; - (id)_lastVisibleLayoutItemAttributesFrom:(id)a0; - (double)layoutHeightThatFitsRowsStartingWithRow:(unsigned long long)a0; - (id)prioritizedSizeThatFitsSize:(struct CGSize { double x0; double x1; })a0; - (void).cxx_destruct; @end