/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/CoreDAV.framework/Headers/CoreDAVPrincipalPropertySearchTask.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 33 lines · 17 code · 4 blank · 12 comment · 0 complexity · 7aae058325737eac156f18e2c930107e 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/CoreDAV.framework/CoreDAV
- */
- #import "CoreDAVPropertyFindBaseTask.h"
- @class NSSet, NSDictionary;
- @interface CoreDAVPrincipalPropertySearchTask : CoreDAVPropertyFindBaseTask {
- NSSet *_searchItems; // 144 = 0x90
- BOOL _applyToPrincipalCollectionSet; // 148 = 0x94
- NSDictionary *_extraAttributes; // 152 = 0x98
- }
- @property(assign) BOOL applyToPrincipalCollectionSet; // G=0x33a64cd9; S=0x33a64cf1; @synthesize=_applyToPrincipalCollectionSet
- @property(retain) NSDictionary *extraAttributes; // G=0x33a64cb5; S=0x33a64cc9; @synthesize=_extraAttributes
- @property(retain) NSSet *searchItems; // G=0x33a64c91; S=0x33a64ca5; @synthesize=_searchItems
- - (id)initWithPropertiesToFind:(id)find atURL:(id)url; // 0x33a6486d
- - (id)initWithPropertySearches:(id)propertySearches propertiesToFind:(id)find atURL:(id)url applyToPrincipalCollectionSet:(BOOL)principalCollectionSet extraAttributes:(id)attributes; // 0x33a64915
- // declared property getter: - (BOOL)applyToPrincipalCollectionSet; // 0x33a64cd9
- - (void)dealloc; // 0x33a648b1
- // declared property getter: - (id)extraAttributes; // 0x33a64cb5
- - (void)finishCoreDAVTaskWithError:(id)error; // 0x33a64c4d
- - (id)httpMethod; // 0x33a64985
- - (id)requestBody; // 0x33a64991
- // declared property getter: - (id)searchItems; // 0x33a64c91
- // declared property setter: - (void)setApplyToPrincipalCollectionSet:(BOOL)principalCollectionSet; // 0x33a64cf1
- // declared property setter: - (void)setExtraAttributes:(id)attributes; // 0x33a64cc9
- // declared property setter: - (void)setSearchItems:(id)items; // 0x33a64ca5
- @end