#import <Foundation/Foundation.h>

@interface XMLDictionaryParserDelegate : NSObject <NSXMLParserDelegate>

- (NSDictionary *)result;

@end
