/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
  6. */
  7. #import "CoreDAVTask.h"
  8. @class NSMutableDictionary, NSString, NSDictionary, CoreDAVXMLData;
  9. @interface CoreDAVMultiPutTask : CoreDAVTask {
  10. NSString *_appSpecificNamespace; // 136 = 0x88
  11. NSString *_appSpecificDataProp; // 140 = 0x8c
  12. NSString *_checkCTag; // 144 = 0x90
  13. CoreDAVXMLData *_pushedData; // 148 = 0x94
  14. BOOL _validCTag; // 152 = 0x98
  15. NSString *_nextCTag; // 156 = 0x9c
  16. NSMutableDictionary *_uuidToHREF; // 160 = 0xa0
  17. NSMutableDictionary *_hrefToETag; // 164 = 0xa4
  18. NSMutableDictionary *_uuidToErrorItems; // 168 = 0xa8
  19. NSMutableDictionary *_hrefToErrorItems; // 172 = 0xac
  20. NSMutableDictionary *_uuidToStatus; // 176 = 0xb0
  21. NSMutableDictionary *_hrefToStatus; // 180 = 0xb4
  22. }
  23. @property(readonly, assign) NSDictionary *hrefToETag; // G=0x33a68889; @synthesize=_hrefToETag
  24. @property(readonly, assign) NSDictionary *hrefToErrorItems; // G=0x33a688b1; @synthesize=_hrefToErrorItems
  25. @property(readonly, assign) NSDictionary *hrefToStatus; // G=0x33a688d9; @synthesize=_hrefToStatus
  26. @property(readonly, assign) NSString *nextCTag; // G=0x33a68861; @synthesize=_nextCTag
  27. @property(readonly, assign) NSDictionary *uuidToErrorItems; // G=0x33a6889d; @synthesize=_uuidToErrorItems
  28. @property(readonly, assign) NSDictionary *uuidToHREF; // G=0x33a68875; @synthesize=_uuidToHREF
  29. @property(readonly, assign) NSDictionary *uuidToStatus; // G=0x33a688c5; @synthesize=_uuidToStatus
  30. - (id)initWithURL:(id)url checkCTag:(id)tag uuidsToAddActions:(id)addActions hrefsToModDeleteActions:(id)modDeleteActions; // 0x33a678b1
  31. - (id)additionalHeaderValues; // 0x33a67be5
  32. - (id)copyDefaultParserForContentType:(id)contentType; // 0x33a68269
  33. - (void)dealloc; // 0x33a67acd
  34. - (void)fillOutDataWithUUIDsToAddActions:(id)addActions hrefsToModDeleteActions:(id)modDeleteActions; // 0x33a67ce5
  35. - (void)finishCoreDAVTaskWithError:(id)error; // 0x33a6841d
  36. // declared property getter: - (id)hrefToETag; // 0x33a68889
  37. // declared property getter: - (id)hrefToErrorItems; // 0x33a688b1
  38. // declared property getter: - (id)hrefToStatus; // 0x33a688d9
  39. - (id)httpMethod; // 0x33a67cb9
  40. // declared property getter: - (id)nextCTag; // 0x33a68861
  41. - (id)requestBody; // 0x33a67cc5
  42. // declared property getter: - (id)uuidToErrorItems; // 0x33a6889d
  43. // declared property getter: - (id)uuidToHREF; // 0x33a68875
  44. // declared property getter: - (id)uuidToStatus; // 0x33a688c5
  45. @end