arq_restore/cocoastack/sns/CreateTopicResponse.h
2014-07-28 14:20:07 -04:00

15 lines
286 B
Objective-C

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