/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/CalDAV.framework/Headers/CalDAVAddManagedAttachmentsTaskGroup.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 73 lines · 39 code · 4 blank · 30 comment · 0 complexity · d776e0c5f7a5c8a9f5741325642eaf41 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/CalDAV.framework/CalDAV
  6. */
  7. #import <CoreDAVTaskGroup.h> // Unknown library
  8. @class NSMutableDictionary, NSURL, NSString, NSData, NSDictionary;
  9. @interface CalDAVAddManagedAttachmentsTaskGroup : CoreDAVTaskGroup {
  10. int _state; // 44 = 0x2c
  11. NSURL *_resourceURL; // 48 = 0x30
  12. NSURL *_postURLWithQuery; // 52 = 0x34
  13. NSString *_previousETag; // 56 = 0x38
  14. NSString *_previousScheduleTag; // 60 = 0x3c
  15. NSDictionary *_attachments; // 64 = 0x40
  16. NSDictionary *_contentTypes; // 68 = 0x44
  17. NSMutableDictionary *_filenamesToServerLocation; // 72 = 0x48
  18. BOOL _hadPreconditionFailure; // 76 = 0x4c
  19. NSData *_updatedResourcePayload; // 80 = 0x50
  20. NSString *_updatedETag; // 84 = 0x54
  21. NSString *_updatedScheduleTag; // 88 = 0x58
  22. NSDictionary *_postFailureSizes; // 92 = 0x5c
  23. }
  24. @property(retain) NSDictionary *attachments; // G=0x33815f95; S=0x33815fa9; @synthesize=_attachments
  25. @property(retain) NSDictionary *contentTypes; // G=0x33815fb9; S=0x33815fcd; @synthesize=_contentTypes
  26. @property(retain) NSMutableDictionary *filenamesToServerLocation; // G=0x33815fdd; S=0x33815ff1; @synthesize=_filenamesToServerLocation
  27. @property(assign) BOOL hadPreconditionFailure; // G=0x33816025; S=0x3381603d; @synthesize=_hadPreconditionFailure
  28. @property(retain) NSDictionary *postFailureSizes; // G=0x3381609d; S=0x338160b1; @synthesize=_postFailureSizes
  29. @property(retain) NSString *previousETag; // G=0x33815efd; S=0x33815f11; @synthesize=_previousETag
  30. @property(retain) NSString *previousScheduleTag; // G=0x33815f21; S=0x33815f35; @synthesize=_previousScheduleTag
  31. @property(retain) NSURL *resourceURL; // G=0x33815f71; S=0x33815f85; @synthesize=_resourceURL
  32. @property(assign) int state; // G=0x33815f45; S=0x33815f59; @synthesize=_state
  33. @property(retain) NSString *updatedETag; // G=0x33816055; S=0x33816069; @synthesize=_updatedETag
  34. @property(retain) NSData *updatedResourcePayload; // G=0x33816001; S=0x33816015; @synthesize=_updatedResourcePayload
  35. @property(retain) NSString *updatedScheduleTag; // G=0x33816079; S=0x3381608d; @synthesize=_updatedScheduleTag
  36. - (id)initWithAccountInfoProvider:(id)accountInfoProvider resourceURL:(id)url attachments:(id)attachments contentTypes:(id)types taskManager:(id)manager; // 0x33815355
  37. - (void)_fetchUpdatedContent; // 0x33815581
  38. - (void)_finishWithError:(id)error state:(int)state; // 0x33815425
  39. - (void)_handlePostResponse:(id)response; // 0x338157d9
  40. - (BOOL)_postedLastAttachment; // 0x33815489
  41. - (void)_sendAttachments; // 0x33815b1d
  42. // declared property getter: - (id)attachments; // 0x33815f95
  43. // declared property getter: - (id)contentTypes; // 0x33815fb9
  44. - (void)dealloc; // 0x3381523d
  45. // declared property getter: - (id)filenamesToServerLocation; // 0x33815fdd
  46. // declared property getter: - (BOOL)hadPreconditionFailure; // 0x33816025
  47. // declared property getter: - (id)postFailureSizes; // 0x3381609d
  48. // declared property getter: - (id)previousETag; // 0x33815efd
  49. // declared property getter: - (id)previousScheduleTag; // 0x33815f21
  50. // declared property getter: - (id)resourceURL; // 0x33815f71
  51. // declared property setter: - (void)setAttachments:(id)attachments; // 0x33815fa9
  52. // declared property setter: - (void)setContentTypes:(id)types; // 0x33815fcd
  53. // declared property setter: - (void)setFilenamesToServerLocation:(id)serverLocation; // 0x33815ff1
  54. // declared property setter: - (void)setHadPreconditionFailure:(BOOL)failure; // 0x3381603d
  55. // declared property setter: - (void)setPostFailureSizes:(id)sizes; // 0x338160b1
  56. // declared property setter: - (void)setPreviousETag:(id)tag; // 0x33815f11
  57. // declared property setter: - (void)setPreviousScheduleTag:(id)tag; // 0x33815f35
  58. // declared property setter: - (void)setResourceURL:(id)url; // 0x33815f85
  59. // declared property setter: - (void)setState:(int)state; // 0x33815f59
  60. // declared property setter: - (void)setUpdatedETag:(id)tag; // 0x33816069
  61. // declared property setter: - (void)setUpdatedResourcePayload:(id)payload; // 0x33816015
  62. // declared property setter: - (void)setUpdatedScheduleTag:(id)tag; // 0x3381608d
  63. - (void)startTaskGroup; // 0x33815ecd
  64. // declared property getter: - (int)state; // 0x33815f45
  65. // declared property getter: - (id)updatedETag; // 0x33816055
  66. // declared property getter: - (id)updatedResourcePayload; // 0x33816001
  67. // declared property getter: - (id)updatedScheduleTag; // 0x33816079
  68. - (id)urlWithQuery; // 0x338154d9
  69. @end