/NSXMLParserExample/NSXMLParserExample/Parser.h
http://github.com/rzuniga64/objectiveC · C Header · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · f7286fda6687d5074e984fb132d83ce4 MD5 · raw file
- //
- // Parser.h
- // NSXMLParserExample
- //
- // Created by Raul Zuniga on 4/27/12.
- // Copyright (c) 2012 Accenture. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface Parser : NSObject <NSXMLParserDelegate>
- @property (nonatomic, strong) NSXMLParser *parser;
- @property (nonatomic, strong) NSMutableString *element;
- @end