@class UILabel; @interface HKTableViewFooterView : UIView @property (readonly, nonatomic) UILabel *label; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } contentInsets; @property (nonatomic) double preferredMaxLayoutWidth; - (id)init; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (void).cxx_destruct; - (void)layoutSubviews; - (void)updateFont; @end