1 //
2 //  PXHotkeyFormatter.h
3 //  Pixen-XCode
4 //
5 //  Created by Andy Matuschak on Sun Apr 04 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface PXHotkeyFormatter : NSFormatter
13 {
14 
15 }
16 
17 - stringForObjectValue:anObject;
18 - (BOOL)getObjectValue:(id *)anObject forString:string errorDescription:(NSString **)error;
19 - attributedStringForObjectValue:anObject defaultAttributes:attributes;
20 
21 @end
22