@class NSString, NSXPCConnection; @interface ATXNotificationDigestRankerClient : NSObject { NSXPCConnection *_xpcConnection; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)dealloc; - (void)generateDigestForAppGroupedNotificationStacks:(id)a0 maxGlobalMarqueeGroups:(unsigned long long)a1 maxAppMarqueeGroups:(unsigned long long)a2 reply:(id /* block */)a3; - (void)appsSortedByNotificationsReceivedInPreviousNumDays:(unsigned long long)a0 reply:(id /* block */)a1; - (void)generateDigestForNotificationStacks:(id)a0 reply:(id /* block */)a1; - (void).cxx_destruct; - (void)numberOfActiveNotificationsWithCompletionHandler:(id /* block */)a0; @end