luxlabs header browser preview


@protocol ATXNotificationDigestFeedbackProtocol;

@interface ATXNotificationDigestFeedbackLogger : NSObject {
    id<ATXNotificationDigestFeedbackProtocol> _digestFeedback;
}

- (id)init;
- (void).cxx_destruct;
- (id)_getBundleIdAndEngagementsForDigestGroup:(id)a0 onDigest:(id)a1;
- (id)initWithDigestFeedback:(id)a0;
- (void)logFeedbackForAnnotatedDigest:(id)a0;

@end