summaryrefslogtreecommitdiff
path: root/macosx/PcsxrHexadecimalFormatter.h
blob: ef9c1601d9110ffea03668d55c731a1b210cf1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  PcsxrHexadecimalFormatter.h
//  Pcsxr
//
//  Created by C.W. Betts on 8/17/13.
//
//

#import <Foundation/Foundation.h>

@interface PcsxrHexadecimalFormatter : NSFormatter
{
	char hexPadding;
	NSString *hexFormatString;
}
@property (nonatomic) char hexPadding;

@end