@class UIView, CKAvatarView, NSString, UIImageView, UIButton, NSLayoutConstraint, CKNicknameUpdate, UILabel; @protocol CKNicknameUpdatesCollectionViewCellDelegate; @interface CKNicknameUpdatesCollectionViewCell : UICollectionViewCell @property (class, nonatomic) BOOL usesStackedButtonLayout; @property (class, nonatomic) BOOL recalculateUsesStackedButtonLayout; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) CKAvatarView *avatarView; @property (retain, nonatomic) UIImageView *imageView; @property (retain, nonatomic) UILabel *titleLabel; @property (retain, nonatomic) UILabel *subtitleLabel; @property (retain, nonatomic) UIButton *updateButton; @property (retain, nonatomic) UIButton *ignoreButton; @property (retain, nonatomic) UIView *topSeparator; @property (retain, nonatomic) UIView *bottomSeparator; @property (retain, nonatomic) NSLayoutConstraint *bottomSeparatorLeadingConstraint; @property (nonatomic) BOOL needsContextualMenu; @property (retain, nonatomic) CKNicknameUpdate *nicknameUpdate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)reuseIdentifier; - (void)prepareForReuse; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (BOOL)_showsSeparators; - (id)_generateButton; - (void)_activateButtonConstraints; - (void)_activateCatalystButtonConstraints; - (void)_activateImageConstraints; - (void)_activateSeparatorConstraints; - (void)_activateStackedButtonConstraints; - (void)_activateStandardButtonConstraints; - (void)_activateSubtitleConstraints; - (void)_activateTitleConstraints; - (void)_configureContentView; - (void)_configureIgnoreButton; - (void)_configureUpdateButton; - (void)_ignoreButtonTapped:(id)a0; - (BOOL)_shouldUseStackedButtonLayout; - (void)_updateButtonTapped:(id)a0; - (void)configureWithNicknameUpdate:(id)a0 order:(unsigned long long)a1; - (void)updateInterfaceSelectedAction:(unsigned long long)a0 forUpdate:(id)a1; - (void)updateSeparatorsForOrder:(unsigned long long)a0; @end