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

https://github.com/zsh-tony/appletv-private-headers · C Header · 32 lines · 16 code · 4 blank · 12 comment · 0 complexity · f34e128d16bd33d82353b419816fee90 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 "CalDAVCalendarServerResourceChangeElement.h"
  8. @class NSMutableSet, CoreDAVItem;
  9. @interface CalDAVCalendarServerResourceChangeUpdatedElement : CalDAVCalendarServerResourceChangeElement {
  10. BOOL _content; // 36 = 0x24
  11. CoreDAVItem *_prop; // 40 = 0x28
  12. NSMutableSet *_calendarChanges; // 44 = 0x2c
  13. }
  14. @property(retain) NSMutableSet *calendarChanges; // G=0x33814c41; S=0x33814c55; @synthesize=_calendarChanges
  15. @property(assign) BOOL content; // G=0x33814bed; S=0x33814c05; @synthesize=_content
  16. @property(retain) CoreDAVItem *prop; // G=0x33814c1d; S=0x33814c31; @synthesize=_prop
  17. - (id)init; // 0x3381484d
  18. - (void)addCalendarChange:(id)change; // 0x338148f1
  19. - (void)addContentItem:(id)item; // 0x338148dd
  20. // declared property getter: - (id)calendarChanges; // 0x33814c41
  21. // declared property getter: - (BOOL)content; // 0x33814bed
  22. - (id)copyParseRules; // 0x33814961
  23. - (void)dealloc; // 0x33814879
  24. // declared property getter: - (id)prop; // 0x33814c1d
  25. // declared property setter: - (void)setCalendarChanges:(id)changes; // 0x33814c55
  26. // declared property setter: - (void)setContent:(BOOL)content; // 0x33814c05
  27. // declared property setter: - (void)setProp:(id)prop; // 0x33814c31
  28. @end