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