/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
- /**
- * 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 NSMutableSet;
- @interface CalDAVScheduleResponseItem : CoreDAVItem {
- NSMutableSet *_responses; // 28 = 0x1c
- NSMutableSet *_successfulICS; // 32 = 0x20
- NSMutableSet *_failedResponseItems; // 36 = 0x24
- }
- @property(retain) NSMutableSet *failedResponseItems; // G=0x337f91dd; S=0x337f91f1; @synthesize=_failedResponseItems
- @property(retain) NSMutableSet *responses; // G=0x337f9195; S=0x337f91a9; @synthesize=_responses
- @property(retain) NSMutableSet *successfulICS; // G=0x337f91b9; S=0x337f91cd; @synthesize=_successfulICS
- - (id)initWithNameSpace:(id)nameSpace andName:(id)name; // 0x337f8d6d
- - (void)addNewTopLevelItem:(id)item; // 0x337f8ee1
- - (id)copyParseRules; // 0x337f8ddd
- - (void)dealloc; // 0x337f8d01
- - (id)description; // 0x337f9125
- // declared property getter: - (id)failedResponseItems; // 0x337f91dd
- // declared property getter: - (id)responses; // 0x337f9195
- // declared property setter: - (void)setFailedResponseItems:(id)items; // 0x337f91f1
- // declared property setter: - (void)setResponses:(id)responses; // 0x337f91a9
- // declared property setter: - (void)setSuccessfulICS:(id)ics; // 0x337f91cd
- // declared property getter: - (id)successfulICS; // 0x337f91b9
- @end