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