@class NSObject, NSMapTable; @protocol OS_dispatch_queue; @interface ICUserNotificationManager : NSObject { NSMapTable *_contextForUserNotification; NSObject *_accessQueue; NSObject *_callbackQueue; } @property (class, readonly, nonatomic) ICUserNotificationManager *sharedManager; - (id)init; - (void).cxx_destruct; - (void)_handleCallbackForUserNotification:(struct __CFUserNotification { } *)a0 responseFlags:(unsigned long long)a1; - (void)displayUserNotification:(struct __CFUserNotification { } *)a0 withCompletionHandler:(id /* block */)a1; @end