@class NSMutableArray, NSObject; @protocol OS_dispatch_queue; @interface STKAlertSessionEventQueue : NSObject { NSObject *_queue; NSMutableArray *_queue_haltingAssertions; NSMutableArray *_queue_eventQueue; } - (id)init; - (void)_queue_dequeueEventsIfPossible; - (void)enqueue:(id /* block */)a0; - (void)_queue_enqueueEvent:(id /* block */)a0; - (id)acquireEventQueueHaltingAssertionForReason:(id)a0; - (void).cxx_destruct; @end