cog/Playlist/Shuffle.h

18 lines
262 B
C
Raw Permalink Normal View History

2006-01-20 15:34:02 +00:00
//
// Shuffle.h
// Cog
//
// Created by Vincent Spader on 1/14/06.
// Copyright 2006 Vincent Spader. All rights reserved.
2006-01-20 15:34:02 +00:00
//
#import <Cocoa/Cocoa.h>
@interface Shuffle : NSObject {
}
+ (void)initialize;
2006-01-20 15:34:02 +00:00
+ (NSMutableArray *)shuffleList:(NSArray *)l;
@end