@class NSArray, LPImageViewStyle, NSMutableArray; @interface LPImageStackView : LPComponentView { NSArray *_images; LPImageViewStyle *_style; NSMutableArray *_imageViews; } + (void)initialize; - (void).cxx_destruct; - (id)initWithHost:(id)a0; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (struct CGSize { double x0; double x1; })_layoutImagesForSize:(struct CGSize { double x0; double x1; })a0 applyingLayout:(BOOL)a1; - (id)initWithHost:(id)a0 images:(id)a1 style:(id)a2; - (void)layoutComponentView; @end