00001 // 00002 // HRFormatXML.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 @interface HRFormatXML : NSObject <HRFormatterProtocol> { 00011 00012 } 00013 00014 @end