added others frameworks
This commit is contained in:
parent
7b8444bce0
commit
720f343d72
367 changed files with 42826 additions and 7420 deletions
31
Pods/ASIHTTPRequest/Classes/CloudFiles/ASICloudFilesContainerXMLParserDelegate.h
generated
Normal file
31
Pods/ASIHTTPRequest/Classes/CloudFiles/ASICloudFilesContainerXMLParserDelegate.h
generated
Normal file
|
@ -0,0 +1,31 @@
|
|||
//
|
||||
// ASICloudFilesContainerXMLParserDelegate.h
|
||||
//
|
||||
// Created by Michael Mayo on 1/10/10.
|
||||
//
|
||||
|
||||
#import "ASICloudFilesRequest.h"
|
||||
|
||||
#if !TARGET_OS_IPHONE || (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_4_0)
|
||||
#import "ASINSXMLParserCompat.h"
|
||||
#endif
|
||||
|
||||
@class ASICloudFilesContainer;
|
||||
|
||||
@interface ASICloudFilesContainerXMLParserDelegate : NSObject <NSXMLParserDelegate> {
|
||||
|
||||
NSMutableArray *containerObjects;
|
||||
|
||||
// Internally used while parsing the response
|
||||
NSString *currentContent;
|
||||
NSString *currentElement;
|
||||
ASICloudFilesContainer *currentObject;
|
||||
}
|
||||
|
||||
@property (retain) NSMutableArray *containerObjects;
|
||||
|
||||
@property (retain) NSString *currentElement;
|
||||
@property (retain) NSString *currentContent;
|
||||
@property (retain) ASICloudFilesContainer *currentObject;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue