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

https://github.com/zsh-tony/appletv-private-headers · C Header · 35 lines · 19 code · 4 blank · 12 comment · 0 complexity · 2130b6fba66239d160e5908c8bc27cc5 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. #import "CoreDAVPropPatchTaskDelegate.h"
  9. @class NSURL;
  10. @interface CalDAVModifyCalendarSharingLevelTaskGroup : CoreDAVTaskGroup <CoreDAVPropPatchTaskDelegate> {
  11. int _action; // 44 = 0x2c
  12. NSURL *_url; // 48 = 0x30
  13. int _state; // 52 = 0x34
  14. }
  15. @property(assign) int action; // G=0x337fffad; S=0x337fffc1; @synthesize=_action
  16. @property(assign) int state; // G=0x337ffffd; S=0x33800011; @synthesize=_state
  17. @property(retain) NSURL *url; // G=0x337fffd9; S=0x337fffed; @synthesize=_url
  18. - (id)initWithAccountInfoProvider:(id)accountInfoProvider taskManager:(id)manager; // 0x337ff729
  19. - (id)initWithSharingAction:(int)sharingAction atCalendarURL:(id)calendarURL accountInfoProvider:(id)provider taskManager:(id)manager; // 0x337ff771
  20. // declared property getter: - (int)action; // 0x337fffad
  21. - (void)dealloc; // 0x337ff7e9
  22. - (id)description; // 0x337ff82d
  23. - (void)finishWithError:(id)error; // 0x337fff9d
  24. // declared property setter: - (void)setAction:(int)action; // 0x337fffc1
  25. // declared property setter: - (void)setState:(int)state; // 0x33800011
  26. // declared property setter: - (void)setUrl:(id)url; // 0x337fffed
  27. - (void)startTaskGroup; // 0x337ff859
  28. // declared property getter: - (int)state; // 0x337ffffd
  29. - (void)task:(id)task didFinishWithError:(id)error; // 0x337ffc21
  30. // declared property getter: - (id)url; // 0x337fffd9
  31. @end