luxlabs header browser preview


@class NSHashTable;

@interface SBDefaultIconDragPreviewWindow : UIWindow <SBIconDragPreviewContaining> {
    NSHashTable *_platterViews;
}

- (void).cxx_destruct;
- (id)_iconDragPreviewContainerView;
- (void)beginTrackingPlatterView:(id)a0;
- (void)stopTrackingPlatterView:(id)a0;

@end