@class HUAvatarContentView, HFItem, NSString, HFUserHandle, UIView; @protocol CNAvatarViewController, HUResizableCellDelegate, UIContentConfiguration; @interface HUAvatarTableViewCell : UITableViewCell { id _contentConfiguration; } @property (readonly, nonatomic) id avatarViewController; @property (readonly, nonatomic) UIView *avatarView; @property (retain, nonatomic) HUAvatarContentView *avatarContentView; @property (retain, nonatomic) HFUserHandle *userHandle; @property (nonatomic) double avatarSize; @property (nonatomic) BOOL showAccessLevelDescription; @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; - (void)_setupConstraints; - (void)prepareForReuse; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)layoutSubviews; - (id)contentConfiguration; - (void)setContentConfiguration:(id)a0; - (void)updateUIWithAnimation:(BOOL)a0; @end