@class NSString; @protocol CRKFeedbackDelegate; @interface SUICKPFeedbackAdapter : NSObject <SearchUIFeedbackDelegate, CRKFeedbackDelegateProxying> @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (weak, nonatomic) id<CRKFeedbackDelegate> feedbackDelegate; - (void)cardViewDidAppear:(id)a0; - (void)didReportUserResponseFeedback:(id)a0; - (void)willDismissViewController:(id)a0; - (void)didEngageCardSection:(id)a0; - (void)cardViewDidDisappear:(id)a0; - (id)feedbackListener; - (void)cardSectionViewDidInvalidateSize:(id)a0 animate:(BOOL)a1; - (void)presentViewController:(id)a0; - (void).cxx_destruct; - (void)presentViewControllerForCard:(id)a0 animate:(BOOL)a1; - (BOOL)shouldHandleCardSectionEngagement:(id)a0; @end