@class UITextView, NSArray, NSString, HUGridLayoutOptions, HFItem; @protocol HUResizableCellDelegate, HUTriggerListSubheadlineCellDelegate; @interface HUTriggerListSubheadlineCell : UITableViewCell @property (retain, nonatomic) NSArray *constraints; @property (retain, nonatomic) UITextView *descriptionView; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) HUGridLayoutOptions *layoutOptions; @property (nonatomic) BOOL respectLayoutMargins; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (retain, nonatomic) HFItem *item; @property (weak, nonatomic) id resizingDelegate; - (void)prepareForReuse; - (void)updateConstraints; - (void).cxx_destruct; - (BOOL)textView:(id)a0 shouldInteractWithURL:(id)a1 inRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a2 interaction:(long long)a3; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (id)_descriptionTextAttributes; - (void)updateUIWithAnimation:(BOOL)a0; - (void)updateUIWithDescription:(id)a0; - (void)updateUIWithResults:(id)a0 animation:(BOOL)a1; @end