17 lines
260 B
C
17 lines
260 B
C
|
//
|
||
|
// SpotlightPlaylistView.h
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Matthew Grinshpun on 12/02/08.
|
||
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "PlaylistView.h"
|
||
|
|
||
|
|
||
|
@interface SpotlightPlaylistView : PlaylistView {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|