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