@protocol CNPropertyCellDelegate; @interface CNGroupMembershipPlaceholderCell : CNPropertyPlaceholderCell @property (weak, nonatomic) id delegate; - (void).cxx_destruct; - (void)performDefaultAction; @end