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

https://github.com/zsh-tony/appletv-private-headers · C Header · 32 lines · 16 code · 4 blank · 12 comment · 0 complexity · 57a1f1f88065c36cb6af4e23d6dac1f2 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 <CoreDAVItem.h> // Unknown library
  8. @class NSMutableSet;
  9. @interface CalDAVScheduleResponseItem : CoreDAVItem {
  10. NSMutableSet *_responses; // 28 = 0x1c
  11. NSMutableSet *_successfulICS; // 32 = 0x20
  12. NSMutableSet *_failedResponseItems; // 36 = 0x24
  13. }
  14. @property(retain) NSMutableSet *failedResponseItems; // G=0x337f91dd; S=0x337f91f1; @synthesize=_failedResponseItems
  15. @property(retain) NSMutableSet *responses; // G=0x337f9195; S=0x337f91a9; @synthesize=_responses
  16. @property(retain) NSMutableSet *successfulICS; // G=0x337f91b9; S=0x337f91cd; @synthesize=_successfulICS
  17. - (id)initWithNameSpace:(id)nameSpace andName:(id)name; // 0x337f8d6d
  18. - (void)addNewTopLevelItem:(id)item; // 0x337f8ee1
  19. - (id)copyParseRules; // 0x337f8ddd
  20. - (void)dealloc; // 0x337f8d01
  21. - (id)description; // 0x337f9125
  22. // declared property getter: - (id)failedResponseItems; // 0x337f91dd
  23. // declared property getter: - (id)responses; // 0x337f9195
  24. // declared property setter: - (void)setFailedResponseItems:(id)items; // 0x337f91f1
  25. // declared property setter: - (void)setResponses:(id)responses; // 0x337f91a9
  26. // declared property setter: - (void)setSuccessfulICS:(id)ics; // 0x337f91cd
  27. // declared property getter: - (id)successfulICS; // 0x337f91b9
  28. @end