@class DTTapConfig, NSObject; @protocol OS_dispatch_queue, DTTapMemoHandlerDelegate; @interface DTTapMemoHandler : NSObject { NSObject *_serialQueue; BOOL _sentRecordingInfo; id _delegate; } @property (readonly, retain, nonatomic) DTTapConfig *config; - (void)suspend; - (void)resume; - (void).cxx_destruct; - (id)initWithConfig:(id)a0 delegate:(id)a1; - (id)handleMemo:(id)a0; @end