@class HUAvatarContentView, HFItem, NSString, HFUserHandle, UIView; @protocol CNAvatarViewController, HUResizableCellDelegate, UIContentConfiguration; @interface HUAvatarCollectionViewCell : UICollectionViewListCell <HUCellProtocol> { id<UIContentConfiguration> _contentConfiguration; } @property (readonly, nonatomic) id<CNAvatarViewController> 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<HUResizableCellDelegate> 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; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (id)contentConfiguration; - (void)setContentConfiguration:(id)a0; - (void)updateUIWithAnimation:(BOOL)a0; @end