@class HFItem, NSString, UIView, HUButtonCell; @protocol HUResizableCellDelegate; @interface HUButtonCollectionViewCell : UICollectionViewCell <HUCellProtocol, HUDisableableCellProtocol, HUCollectionViewCellSeparatorsProtocol> @property (readonly, nonatomic) UIView *topSeparatorView; @property (readonly, nonatomic) UIView *bottomSeparatorView; @property (readonly, nonatomic) HUButtonCell *buttonView; @property (retain, nonatomic) HFItem *item; @property (weak, nonatomic) id<HUResizableCellDelegate> 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; @property (nonatomic) BOOL topSeparatorVisible; @property (nonatomic) BOOL bottomSeparatorVisible; - (void)setHighlighted:(BOOL)a0; - (void)prepareForReuse; - (struct CGSize { double x0; double x1; })systemLayoutSizeFittingSize:(struct CGSize { double x0; double x1; })a0 withHorizontalFittingPriority:(float)a1 verticalFittingPriority:(float)a2; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)layoutSubviews; - (void)updateUIWithAnimation:(BOOL)a0; @end