@class UIFont, HUIconButton, UITextField, HFItem, UIView, NSLayoutConstraint, NSString; @protocol HUResizableCellDelegate, HUNameAndIconEditorCellDelegate; @interface HUNameAndIconEditorCell : UITableViewCell @property (retain, nonatomic) UIView *containerView; @property (retain, nonatomic) HUIconButton *iconButton; @property (retain, nonatomic) UITextField *textField; @property (retain, nonatomic) NSLayoutConstraint *textFieldLeadingConstraint; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) UIFont *textFieldFont; @property (nonatomic) BOOL hideIconButton; @property (retain, nonatomic) HFItem *item; @property (weak, nonatomic) id resizingDelegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic, getter=isDisabled) BOOL disabled; - (void)_setupConstraints; - (void)traitCollectionDidChange:(id)a0; - (void)prepareForReuse; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)_updateDisabled; - (void)_handleIconButtonTap:(id)a0; - (void)_updateTextFieldInset; - (void)updateUIWithAnimation:(BOOL)a0; @end