A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / iTunesPlaylist.h
1 //
2 //  iTunesPlaylist.h
3 //  MenuTunes
4 //
5 //  Created by Joseph Spiros on Sat Sep 06 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11
12 @interface iTunesPlaylist : NSObject {
13
14 }
15
16 @end