2008-02-12 13:24:09 -03:00
|
|
|
//
|
|
|
|
// SpotlightPlaylistView.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 12/02/08.
|
2008-02-14 11:07:10 -03:00
|
|
|
// Copyright 2008 Matthew Leon Grinshpun. All rights reserved.
|
2008-02-12 13:24:09 -03:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "PlaylistView.h"
|
|
|
|
|
|
|
|
|
|
|
|
@interface SpotlightPlaylistView : PlaylistView {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|