@class NSString, WFIcon, WFCompactPlatterSashView; @protocol WFCompactTitledPlatterViewDelegate, WFCompactAppearanceProvider; @interface WFCompactTitledPlatterView : PLPlatterView @property (retain, nonatomic) WFCompactPlatterSashView *sashView; @property (retain, nonatomic) NSString *title; @property (retain, nonatomic) WFIcon *icon; @property (nonatomic) BOOL sashVisible; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) id appearanceProvider; - (id)initWithRecipe:(long long)a0; - (struct CGSize { double x0; double x1; })sizeThatFitsContentWithSize:(struct CGSize { double x0; double x1; })a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_mainContentFrame; - (void)setNeedsLayout; - (void).cxx_destruct; - (void)layoutSubviews; - (void)configureSashViewIfNecessary; - (void)layoutHeaderViews; @end