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

https://github.com/zsh-tony/appletv-private-headers · C Header · 53 lines · 27 code · 4 blank · 22 comment · 0 complexity · 956f8dee90d7b5a98be68a98741d7081 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 CoreDAVItemWithHrefChildItem, NSString, NSURL, CoreDAVLeafItem, CoreDAVItemWithNoChildren, CoreDAVHrefItem;
  9. @interface CalDAVCalendarServerInviteReplyItem : CoreDAVItem {
  10. CoreDAVHrefItem *_href; // 28 = 0x1c
  11. CoreDAVItemWithNoChildren *_inviteStatus; // 32 = 0x20
  12. CoreDAVItemWithHrefChildItem *_hostURL; // 36 = 0x24
  13. CoreDAVLeafItem *_inReplyTo; // 40 = 0x28
  14. CoreDAVLeafItem *_summary; // 44 = 0x2c
  15. NSString *_firstName; // 48 = 0x30
  16. NSString *_lastName; // 52 = 0x34
  17. NSURL *_acceptedURL; // 56 = 0x38
  18. }
  19. @property(retain) NSURL *acceptedURL; // G=0x338030b1; S=0x338030c5; @synthesize=_acceptedURL
  20. @property(retain) NSString *firstName; // G=0x33803069; S=0x3380307d; @synthesize=_firstName
  21. @property(retain) CoreDAVItemWithHrefChildItem *hostURL; // G=0x33802ffd; S=0x33803011; @synthesize=_hostURL
  22. @property(retain) CoreDAVHrefItem *href; // G=0x33802fb5; S=0x33802fc9; @synthesize=_href
  23. @property(retain) CoreDAVLeafItem *inReplyTo; // G=0x33803021; S=0x33803035; @synthesize=_inReplyTo
  24. @property(retain) CoreDAVItemWithNoChildren *inviteStatus; // G=0x33802fd9; S=0x33802fed; @synthesize=_inviteStatus
  25. @property(retain) NSString *lastName; // G=0x3380308d; S=0x338030a1; @synthesize=_lastName
  26. @property(retain) CoreDAVLeafItem *summary; // G=0x33803045; S=0x33803059; @synthesize=_summary
  27. - (id)init; // 0x338027dd
  28. // declared property getter: - (id)acceptedURL; // 0x338030b1
  29. - (id)copyParseRules; // 0x33802985
  30. - (void)dealloc; // 0x33802809
  31. // declared property getter: - (id)firstName; // 0x33803069
  32. // declared property getter: - (id)hostURL; // 0x33802ffd
  33. // declared property getter: - (id)href; // 0x33802fb5
  34. // declared property getter: - (id)inReplyTo; // 0x33803021
  35. // declared property getter: - (id)inviteStatus; // 0x33802fd9
  36. // declared property getter: - (id)lastName; // 0x3380308d
  37. // declared property setter: - (void)setAcceptedURL:(id)url; // 0x338030c5
  38. - (void)setAcceptedURLItem:(id)item; // 0x33802945
  39. // declared property setter: - (void)setFirstName:(id)name; // 0x3380307d
  40. - (void)setFirstNameItem:(id)item; // 0x338028e5
  41. // declared property setter: - (void)setHostURL:(id)url; // 0x33803011
  42. // declared property setter: - (void)setHref:(id)href; // 0x33802fc9
  43. // declared property setter: - (void)setInReplyTo:(id)to; // 0x33803035
  44. // declared property setter: - (void)setInviteStatus:(id)status; // 0x33802fed
  45. // declared property setter: - (void)setLastName:(id)name; // 0x338030a1
  46. - (void)setLastNameItem:(id)item; // 0x33802915
  47. // declared property setter: - (void)setSummary:(id)summary; // 0x33803059
  48. // declared property getter: - (id)summary; // 0x33803045
  49. @end