@protocol ATXNotificationDigestFeedbackProtocol; @interface ATXNotificationDigestFeedbackLogger : NSObject { id _digestFeedback; } - (id)init; - (void).cxx_destruct; - (id)_getBundleIdAndEngagementsForDigestGroup:(id)a0 onDigest:(id)a1; - (id)initWithDigestFeedback:(id)a0; - (void)logFeedbackForAnnotatedDigest:(id)a0; @end