2007-03-13 22:29:16 -04:00
|
|
|
//
|
|
|
|
// IndexFormatter.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Zaphod Beeblebrox on 3/13/07.
|
|
|
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2009-03-07 19:31:57 -03:00
|
|
|
@interface IndexFormatter : NSFormatter {
|
2007-03-13 22:29:16 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|