/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
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/CalDAV.framework/CalDAV
- */
- #import <CoreDAVItem.h> // Unknown library
- @class CoreDAVItemWithHrefChildItem, NSString, NSURL, CoreDAVLeafItem, CoreDAVItemWithNoChildren, CoreDAVHrefItem;
- @interface CalDAVCalendarServerInviteReplyItem : CoreDAVItem {
- CoreDAVHrefItem *_href; // 28 = 0x1c
- CoreDAVItemWithNoChildren *_inviteStatus; // 32 = 0x20
- CoreDAVItemWithHrefChildItem *_hostURL; // 36 = 0x24
- CoreDAVLeafItem *_inReplyTo; // 40 = 0x28
- CoreDAVLeafItem *_summary; // 44 = 0x2c
- NSString *_firstName; // 48 = 0x30
- NSString *_lastName; // 52 = 0x34
- NSURL *_acceptedURL; // 56 = 0x38
- }
- @property(retain) NSURL *acceptedURL; // G=0x338030b1; S=0x338030c5; @synthesize=_acceptedURL
- @property(retain) NSString *firstName; // G=0x33803069; S=0x3380307d; @synthesize=_firstName
- @property(retain) CoreDAVItemWithHrefChildItem *hostURL; // G=0x33802ffd; S=0x33803011; @synthesize=_hostURL
- @property(retain) CoreDAVHrefItem *href; // G=0x33802fb5; S=0x33802fc9; @synthesize=_href
- @property(retain) CoreDAVLeafItem *inReplyTo; // G=0x33803021; S=0x33803035; @synthesize=_inReplyTo
- @property(retain) CoreDAVItemWithNoChildren *inviteStatus; // G=0x33802fd9; S=0x33802fed; @synthesize=_inviteStatus
- @property(retain) NSString *lastName; // G=0x3380308d; S=0x338030a1; @synthesize=_lastName
- @property(retain) CoreDAVLeafItem *summary; // G=0x33803045; S=0x33803059; @synthesize=_summary
- - (id)init; // 0x338027dd
- // declared property getter: - (id)acceptedURL; // 0x338030b1
- - (id)copyParseRules; // 0x33802985
- - (void)dealloc; // 0x33802809
- // declared property getter: - (id)firstName; // 0x33803069
- // declared property getter: - (id)hostURL; // 0x33802ffd
- // declared property getter: - (id)href; // 0x33802fb5
- // declared property getter: - (id)inReplyTo; // 0x33803021
- // declared property getter: - (id)inviteStatus; // 0x33802fd9
- // declared property getter: - (id)lastName; // 0x3380308d
- // declared property setter: - (void)setAcceptedURL:(id)url; // 0x338030c5
- - (void)setAcceptedURLItem:(id)item; // 0x33802945
- // declared property setter: - (void)setFirstName:(id)name; // 0x3380307d
- - (void)setFirstNameItem:(id)item; // 0x338028e5
- // declared property setter: - (void)setHostURL:(id)url; // 0x33803011
- // declared property setter: - (void)setHref:(id)href; // 0x33802fc9
- // declared property setter: - (void)setInReplyTo:(id)to; // 0x33803035
- // declared property setter: - (void)setInviteStatus:(id)status; // 0x33802fed
- // declared property setter: - (void)setLastName:(id)name; // 0x338030a1
- - (void)setLastNameItem:(id)item; // 0x33802915
- // declared property setter: - (void)setSummary:(id)summary; // 0x33803059
- // declared property getter: - (id)summary; // 0x33803045
- @end