/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
- /**
- * 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 "CalDAVCalendarServerResourceChangeElement.h"
- @class NSMutableSet, CoreDAVItem;
- @interface CalDAVCalendarServerResourceChangeUpdatedElement : CalDAVCalendarServerResourceChangeElement {
- BOOL _content; // 36 = 0x24
- CoreDAVItem *_prop; // 40 = 0x28
- NSMutableSet *_calendarChanges; // 44 = 0x2c
- }
- @property(retain) NSMutableSet *calendarChanges; // G=0x33814c41; S=0x33814c55; @synthesize=_calendarChanges
- @property(assign) BOOL content; // G=0x33814bed; S=0x33814c05; @synthesize=_content
- @property(retain) CoreDAVItem *prop; // G=0x33814c1d; S=0x33814c31; @synthesize=_prop
- - (id)init; // 0x3381484d
- - (void)addCalendarChange:(id)change; // 0x338148f1
- - (void)addContentItem:(id)item; // 0x338148dd
- // declared property getter: - (id)calendarChanges; // 0x33814c41
- // declared property getter: - (BOOL)content; // 0x33814bed
- - (id)copyParseRules; // 0x33814961
- - (void)dealloc; // 0x33814879
- // declared property getter: - (id)prop; // 0x33814c1d
- // declared property setter: - (void)setCalendarChanges:(id)changes; // 0x33814c55
- // declared property setter: - (void)setContent:(BOOL)content; // 0x33814c05
- // declared property setter: - (void)setProp:(id)prop; // 0x33814c31
- @end