2008-02-16 10:05:30 -03:00
|
|
|
//
|
2008-02-16 10:18:14 -03:00
|
|
|
// NSNumber+CogSort.h
|
2008-02-16 10:05:30 -03:00
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 16/02/08.
|
|
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2008-02-16 10:18:14 -03:00
|
|
|
@interface NSNumber (CogSort)
|
2008-02-16 10:05:30 -03:00
|
|
|
|
2008-02-16 10:18:14 -03:00
|
|
|
- (NSComparisonResult)compareTrackNumbers:(NSNumber *)aNumber;
|
2008-02-16 10:05:30 -03:00
|
|
|
|
|
|
|
@end
|