A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / iTunesPlaylist.h
diff --git a/iTunesPlaylist.h b/iTunesPlaylist.h
new file mode 100755 (executable)
index 0000000..0a0d515
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  iTunesPlaylist.h
+//  MenuTunes
+//
+//  Created by Joseph Spiros on Sat Sep 06 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface iTunesPlaylist : NSObject {
+
+}
+
+@end