@class NSObject, NSMutableDictionary, NSXPCConnection; @protocol OS_dispatch_queue; @interface AFUserNotificationProvider : NSObject { NSXPCConnection *_connection; NSMutableDictionary *_responseHandlersByNotificationID; NSObject *_queue; } - (id)_connection; - (id)init; - (void).cxx_destruct; - (void)postNotificationRequest:(id)a0 responseHandler:(id /* block */)a1; - (void)receivedNotificationResponse:(id)a0; - (void)withdrawNotificationRequestWithIdentifier:(id)a0; @end