// // SpotlightPlaylistController.h // Cog // // Created by Matthew Grinshpun on 13/02/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import #import "PlaylistController.h" #import "SpotlightSearchController.h" @interface SpotlightPlaylistController : PlaylistController { IBOutlet SpotlightSearchController * spotlightSearchController; } - (BOOL)tableView:(NSTableView *)tv writeRowsWithIndexes:(NSIndexSet *)rowIndexes toPasteboard:(NSPasteboard*)pboard; @end