00001 // 00002 // TDUserInfoParser.h 00003 // ToodledoAPI 00004 // 00005 // Created by Alex Leutgöb on 24.11.09. 00006 // Copyright 2009 alexleutgoeb.com. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 #import "TDParser.h" 00011 00012 00013 @interface TDUserInfoParser : TDParser { 00014 @private 00015 NSDictionary *userInfos; 00016 } 00017 00018 @end