/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/CoreDAV.framework/Headers/CoreDAVMultiPutTask.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 49 lines · 32 code · 4 blank · 13 comment · 0 complexity · 95da8a10da0a41acb8526cee7141a07a MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
- */
- #import "CoreDAVTask.h"
- @class NSMutableDictionary, NSString, NSDictionary, CoreDAVXMLData;
- @interface CoreDAVMultiPutTask : CoreDAVTask {
- NSString *_appSpecificNamespace; // 136 = 0x88
- NSString *_appSpecificDataProp; // 140 = 0x8c
- NSString *_checkCTag; // 144 = 0x90
- CoreDAVXMLData *_pushedData; // 148 = 0x94
- BOOL _validCTag; // 152 = 0x98
- NSString *_nextCTag; // 156 = 0x9c
- NSMutableDictionary *_uuidToHREF; // 160 = 0xa0
- NSMutableDictionary *_hrefToETag; // 164 = 0xa4
- NSMutableDictionary *_uuidToErrorItems; // 168 = 0xa8
- NSMutableDictionary *_hrefToErrorItems; // 172 = 0xac
- NSMutableDictionary *_uuidToStatus; // 176 = 0xb0
- NSMutableDictionary *_hrefToStatus; // 180 = 0xb4
- }
- @property(readonly, assign) NSDictionary *hrefToETag; // G=0x33a68889; @synthesize=_hrefToETag
- @property(readonly, assign) NSDictionary *hrefToErrorItems; // G=0x33a688b1; @synthesize=_hrefToErrorItems
- @property(readonly, assign) NSDictionary *hrefToStatus; // G=0x33a688d9; @synthesize=_hrefToStatus
- @property(readonly, assign) NSString *nextCTag; // G=0x33a68861; @synthesize=_nextCTag
- @property(readonly, assign) NSDictionary *uuidToErrorItems; // G=0x33a6889d; @synthesize=_uuidToErrorItems
- @property(readonly, assign) NSDictionary *uuidToHREF; // G=0x33a68875; @synthesize=_uuidToHREF
- @property(readonly, assign) NSDictionary *uuidToStatus; // G=0x33a688c5; @synthesize=_uuidToStatus
- - (id)initWithURL:(id)url checkCTag:(id)tag uuidsToAddActions:(id)addActions hrefsToModDeleteActions:(id)modDeleteActions; // 0x33a678b1
- - (id)additionalHeaderValues; // 0x33a67be5
- - (id)copyDefaultParserForContentType:(id)contentType; // 0x33a68269
- - (void)dealloc; // 0x33a67acd
- - (void)fillOutDataWithUUIDsToAddActions:(id)addActions hrefsToModDeleteActions:(id)modDeleteActions; // 0x33a67ce5
- - (void)finishCoreDAVTaskWithError:(id)error; // 0x33a6841d
- // declared property getter: - (id)hrefToETag; // 0x33a68889
- // declared property getter: - (id)hrefToErrorItems; // 0x33a688b1
- // declared property getter: - (id)hrefToStatus; // 0x33a688d9
- - (id)httpMethod; // 0x33a67cb9
- // declared property getter: - (id)nextCTag; // 0x33a68861
- - (id)requestBody; // 0x33a67cc5
- // declared property getter: - (id)uuidToErrorItems; // 0x33a6889d
- // declared property getter: - (id)uuidToHREF; // 0x33a68875
- // declared property getter: - (id)uuidToStatus; // 0x33a688c5
- @end