#import "HTTPResponse.h" @interface DELETEResponse : NSObject { NSInteger _status; } - (id) initWithFilePath:(NSString*)path; @end