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