/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/CalDAV.framework/Headers/CalDAVModifyCalendarSharingLevelTaskGroup.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 35 lines · 19 code · 4 blank · 12 comment · 0 complexity · 2130b6fba66239d160e5908c8bc27cc5 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 <CoreDAVTaskGroup.h> // Unknown library
- #import "CoreDAVPropPatchTaskDelegate.h"
- @class NSURL;
- @interface CalDAVModifyCalendarSharingLevelTaskGroup : CoreDAVTaskGroup <CoreDAVPropPatchTaskDelegate> {
- int _action; // 44 = 0x2c
- NSURL *_url; // 48 = 0x30
- int _state; // 52 = 0x34
- }
- @property(assign) int action; // G=0x337fffad; S=0x337fffc1; @synthesize=_action
- @property(assign) int state; // G=0x337ffffd; S=0x33800011; @synthesize=_state
- @property(retain) NSURL *url; // G=0x337fffd9; S=0x337fffed; @synthesize=_url
- - (id)initWithAccountInfoProvider:(id)accountInfoProvider taskManager:(id)manager; // 0x337ff729
- - (id)initWithSharingAction:(int)sharingAction atCalendarURL:(id)calendarURL accountInfoProvider:(id)provider taskManager:(id)manager; // 0x337ff771
- // declared property getter: - (int)action; // 0x337fffad
- - (void)dealloc; // 0x337ff7e9
- - (id)description; // 0x337ff82d
- - (void)finishWithError:(id)error; // 0x337fff9d
- // declared property setter: - (void)setAction:(int)action; // 0x337fffc1
- // declared property setter: - (void)setState:(int)state; // 0x33800011
- // declared property setter: - (void)setUrl:(id)url; // 0x337fffed
- - (void)startTaskGroup; // 0x337ff859
- // declared property getter: - (int)state; // 0x337ffffd
- - (void)task:(id)task didFinishWithError:(id)error; // 0x337ffc21
- // declared property getter: - (id)url; // 0x337fffd9
- @end