2008-02-11 14:10:25 +00:00
|
|
|
//
|
|
|
|
// SpotlightPlaylistEntry.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 11/02/08.
|
2008-02-14 14:07:10 +00:00
|
|
|
// Copyright 2008 Matthew Leon Grinshpun. All rights reserved.
|
2008-02-11 14:10:25 +00:00
|
|
|
//
|
|
|
|
|
2022-02-07 05:49:27 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
2008-02-11 14:10:25 +00:00
|
|
|
|
2022-06-16 14:14:33 +00:00
|
|
|
#import "PlaylistEntry.h"
|
2008-02-11 14:10:25 +00:00
|
|
|
|
2022-06-16 14:14:33 +00:00
|
|
|
@interface SpotlightPlaylistEntry : NSObject
|
|
|
|
+ (PlaylistEntry *)playlistEntryWithMetadataItem:(NSMetadataItem *)metadataItem;
|
2008-02-11 14:10:25 +00:00
|
|
|
@end
|