Cog/Spotlight/SpotlightPlaylistController.h
Christopher Snowhill 85c7073649 Reformat my own source code with clang-format
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-06 21:49:27 -08:00

17 lines
408 B
Objective-C

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