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

#import <Foundation/Foundation.h>

IB_DESIGNABLE
@interface PcsxrHexadecimalFormatter : NSFormatter
@property (nonatomic) IBInspectable char hexPadding;

@end