@class NSObject, NSDistributedNotificationCenter, NSXPCConnection; @protocol OS_os_log, FeedbackLoggerDaemonXPC; @interface FeedbackLoggerFBFClient : NSObject @property (retain, nonatomic) NSXPCConnection *daemonConnection; @property (retain, nonatomic) id fbf; @property (retain, nonatomic) NSDistributedNotificationCenter *notificationCenter; @property (readonly, nonatomic) NSObject *log; - (id)init; - (void).cxx_destruct; - (void)scheduleImmediateUploadWithHeaders:(id)a0 completion:(id /* block */)a1; @end