arq_restore/cocoastack/sqs/CreateQueueResponse.h
2014-07-28 14:20:07 -04:00

15 lines
280 B
Objective-C

//
// CreateQueueResponse.h
//
// Created by Stefan Reitshamer on 9/16/12.
//
//
@interface CreateQueueResponse : NSObject <NSXMLParserDelegate> {
NSMutableString *currentStringBuffer;
NSURL *queueURL;
}
- (id)initWithData:(NSData *)theData;
- (NSURL *)queueURL;
@end