15 lines
218 B
C
15 lines
218 B
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
|