16 lines
220 B
Objective-C
16 lines
220 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
|