@class NotificationCenter, NSObject; @protocol OS_dispatch_queue, OS_dispatch_semaphore; @interface HAENotificationCenterManager : NSObject { NotificationCenter *_notificationCenter; NSObject *_eventQueue; double _liveThresholdInDBA; NSObject *_sem; } + (id)sharedInstance; - (id)init; - (id)addHAENotificationEvent:(id)a0; - (void).cxx_destruct; - (void)donateSignalToTipsKit:(id)a0; - (id)sendBannerNotificationWithEvent:(id)a0 volumeLoweringAction:(unsigned int)a1; - (id)sendLiveExposureEvent:(id)a0 volumeLoweringAction:(unsigned int)a1; - (id)sendWeeklyExposureEvent:(id)a0 volumeLoweringAction:(unsigned int)a1; @end