2008-02-13 16:10:59 +00:00
|
|
|
//
|
|
|
|
// SpotlightPlaylistController.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 13/02/08.
|
2008-02-14 14:07:10 +00:00
|
|
|
// Copyright 2008 Matthew Leon Grinshpun. All rights reserved.
|
2008-02-13 16:10:59 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
#import "PlaylistController.h"
|
2022-02-07 05:49:27 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
2008-02-13 16:10:59 +00:00
|
|
|
|
|
|
|
@interface SpotlightPlaylistController : PlaylistController {
|
|
|
|
}
|
|
|
|
|
2022-02-07 05:49:27 +00:00
|
|
|
- (BOOL)tableView:(NSTableView *)tv writeRowsWithIndexes:(NSIndexSet *)rowIndexes toPasteboard:(NSPasteboard *)pboard;
|
2008-02-13 16:10:59 +00:00
|
|
|
|
|
|
|
@end
|