// // PcsxrHexadecimalFormatter.h // Pcsxr // // Created by C.W. Betts on 8/17/13. // // #import IB_DESIGNABLE @interface PcsxrHexadecimalFormatter : NSFormatter @property (nonatomic) IBInspectable char hexPadding; @end