@class NSString, HFItem, HULockupView; @protocol HUResizableCellDelegate; @interface HULockupTableViewCell : UITableViewCell @property (readonly, nonatomic) HULockupView *lockupView; @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 (retain, nonatomic) HFItem *item; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (Class)lockupViewClass; - (void)didUpdateRequiredHeightForLockupView:(id)a0; - (void)updateUIWithAnimation:(BOOL)a0; @end