@class CCUILayoutOptions; @protocol CCUILayoutViewLayoutSource; @interface CCUILayoutView : CCUIScrollView { CCUILayoutOptions *_layoutOptions; } @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } edgeInsets; @property (weak, nonatomic) id layoutSource; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 layoutOptions:(id)a1; - (id)subviewsToLayout; - (void)willRemoveSubview:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForSubview:(id)a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (void)setNeedsLayout; - (void)didAddSubview:(id)a0; - (void).cxx_destruct; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForLayoutRect:(struct CCUILayoutRect { struct CCUILayoutPoint { unsigned long long x0; unsigned long long x1; } x0; struct CCUILayoutSize { unsigned long long x0; unsigned long long x1; } x1; })a0; - (id)_horizontalDoubleMarginIndices; - (double)_extraItemSpacingForItemAtPosition:(unsigned long long)a0 doubleMarginIndices:(id)a1 itemSpacing:(double)a2; - (void)layoutSubviews; - (double)_totalExtraItemSpacingForDoubleMarginIndices:(id)a0 itemSpacing:(double)a1; - (id)_verticalDoubleMarginIndices; - (void)iterateLayoutSubviewsWithBlock:(id /* block */)a0; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end