@class NSMutableArray; @protocol TabSnapshotGeneratorDelegate; @interface TabSnapshotGenerator : NSObject { NSMutableArray *_requestQueue; } @property (weak, nonatomic) id delegate; + (id)_snapshotRenderingQueue; - (id)init; - (void).cxx_destruct; - (id)_renderView:(id)a0 afterScreenUpdates:(BOOL)a1; - (void)_beginNextItemIfIdle; - (void)_didFinishItem:(id)a0 withImage:(id)a1; - (void)_snapshotItem:(id)a0; - (id)backgroundColorForContentProvider:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })contentRectForContentProvider:(id)a0 withSnapshotSize:(struct CGSize { double x0; double x1; })a1; - (BOOL)contentShouldUnderlapTopBackdropForContentProvider:(id)a0; - (id)renderSnapshotWithSize:(struct CGSize { double x0; double x1; })a0 backgroundColor:(id)a1 topBackdropHeight:(double)a2 options:(unsigned long long)a3 drawing:(id /* block */)a4; - (void)snapshotWithRequest:(id)a0 contentProvider:(id)a1 completion:(id /* block */)a2; @end