@class NSObject; @protocol OS_dispatch_queue, OS_dispatch_source, AVFoundationUnitTestEventReceiving; @interface AVFoundationUnitTestSession : NSObject { NSObject *_queue; NSObject *_eventDeliveryQueue; NSObject *_streamingTimer; id _delegate; struct { BOOL AWAttentionStreamerActivateEyeRelief; BOOL AWAttentionStreamerActivateAttentionDetection; } _currentOptions; BOOL _errorState; } - (id)init; - (void)setErrorState:(BOOL)a0; - (void).cxx_destruct; - (void)AVFoundationDeliverStreamingEvent; - (BOOL)cancelUnitTestStream; - (void)initializeStreamingTimer; - (void)setAVFoundationDelegate:(id)a0; - (BOOL)startUnitTestStream:(id)a0 options:(struct { BOOL x0; BOOL x1; })a1; @end