00001 // 00002 // HRFormatJSON.h 00003 // HTTPRiot 00004 // 00005 // Created by Justin Palmer on 2/8/09. 00006 // Copyright 2009 Alternateidea. All rights reserved. 00007 // 00008 #import <Foundation/Foundation.h> 00009 #import "HRFormatterProtocol.h" 00010 00011 @interface HRFormatJSON : NSObject <HRFormatterProtocol> { 00012 00013 } 00014 00015 @end