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

18 lines
363 B
Objective-C

//
// GetQueueAttributesResponse.h
// Arq
//
// Created by Stefan Reitshamer on 9/17/12.
//
//
@interface GetQueueAttributesResponse : NSObject <NSXMLParserDelegate> {
BOOL inAttribute;
NSMutableString *currentStringBuffer;
NSString *lastAttributeName;
NSString *queueArn;
}
- (id)initWithData:(NSData *)theData;
- (NSString *)queueArn;
@end