@class NSString, MRUVisualStylingProvider, UILabel, UIView; @interface MRURoutingHeaderView : UITableViewHeaderFooterView @property (retain, nonatomic) UILabel *titleLabel; @property (retain, nonatomic) UIView *separatorView; @property (copy, nonatomic) NSString *title; @property (retain, nonatomic) MRUVisualStylingProvider *stylingProvider; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } contentEdgeInsets; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)updateContentSizeCategory; - (void)updateVisualStyling; - (void)visualStylingProviderDidChange:(id)a0; - (void).cxx_destruct; - (id)initWithReuseIdentifier:(id)a0; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end