/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
  6. */
  7. #import "CoreDAVPropertyFindBaseTask.h"
  8. @class NSSet, NSDictionary;
  9. @interface CoreDAVPrincipalPropertySearchTask : CoreDAVPropertyFindBaseTask {
  10. NSSet *_searchItems; // 144 = 0x90
  11. BOOL _applyToPrincipalCollectionSet; // 148 = 0x94
  12. NSDictionary *_extraAttributes; // 152 = 0x98
  13. }
  14. @property(assign) BOOL applyToPrincipalCollectionSet; // G=0x33a64cd9; S=0x33a64cf1; @synthesize=_applyToPrincipalCollectionSet
  15. @property(retain) NSDictionary *extraAttributes; // G=0x33a64cb5; S=0x33a64cc9; @synthesize=_extraAttributes
  16. @property(retain) NSSet *searchItems; // G=0x33a64c91; S=0x33a64ca5; @synthesize=_searchItems
  17. - (id)initWithPropertiesToFind:(id)find atURL:(id)url; // 0x33a6486d
  18. - (id)initWithPropertySearches:(id)propertySearches propertiesToFind:(id)find atURL:(id)url applyToPrincipalCollectionSet:(BOOL)principalCollectionSet extraAttributes:(id)attributes; // 0x33a64915
  19. // declared property getter: - (BOOL)applyToPrincipalCollectionSet; // 0x33a64cd9
  20. - (void)dealloc; // 0x33a648b1
  21. // declared property getter: - (id)extraAttributes; // 0x33a64cb5
  22. - (void)finishCoreDAVTaskWithError:(id)error; // 0x33a64c4d
  23. - (id)httpMethod; // 0x33a64985
  24. - (id)requestBody; // 0x33a64991
  25. // declared property getter: - (id)searchItems; // 0x33a64c91
  26. // declared property setter: - (void)setApplyToPrincipalCollectionSet:(BOOL)principalCollectionSet; // 0x33a64cf1
  27. // declared property setter: - (void)setExtraAttributes:(id)attributes; // 0x33a64cc9
  28. // declared property setter: - (void)setSearchItems:(id)items; // 0x33a64ca5
  29. @end