cog/Formatters/IndexFormatter.h

15 lines
218 B
Objective-C

//
// IndexFormatter.h
// Cog
//
// Created by Zaphod Beeblebrox on 3/13/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface IndexFormatter : NSFormatter {
}
@end