@class NSString, NSMutableSet; @protocol CoreDAVContainerInfoTaskGroupDelegate; @interface CoreDAVContainerInfoTaskGroup : CoreDAVTaskGroup { int _phase; NSMutableSet *_containers; NSString *_appSpecificHomeSetPropNameSpace; NSString *_appSpecificHomeSetPropName; } @property (nonatomic) int containerInfoDepth; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) NSMutableSet *containerURLs; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)taskGroupWillCancelWithError:(id)a0; - (void)startTaskGroup; - (void)propFindTask:(id)a0 parsedResponses:(id)a1 error:(id)a2; - (int)containerInfoDepthForURL:(id)a0; - (id)_copyContainerWithURL:(id)a0 andProperties:(id)a1; - (void).cxx_destruct; - (id)_copyContainerParserMappings; - (void)_getContainerHomeSet; - (void)_getContainerTopLevelInfo; - (id)initWithAccountInfoProvider:(id)a0 containerURLs:(id)a1 taskManager:(id)a2; @end