@class HDActivityCacheManager, NSString, NSCalendar, NSDateComponents, HKActivityCache; @interface HDCurrentActivityCacheQueryServer : HDQueryServer { NSDateComponents *_statisticsIntervalComponents; NSCalendar *_calendar; HKActivityCache *_lastActivityCache; HDActivityCacheManager *_activityCacheManager; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)createTaskServerWithUUID:(id)a0 configuration:(id)a1 client:(id)a2 delegate:(id)a3 error:(id *)a4; + (Class)queryClass; - (id)initWithUUID:(id)a0 configuration:(id)a1 client:(id)a2 delegate:(id)a3; - (void)_queue_start; - (BOOL)_shouldExecuteWhenProtectedDataIsUnavailable; - (void)_queue_stop; - (void).cxx_destruct; - (void)activityCacheManager:(id)a0 changedTodayActivityCache:(id)a1; - (BOOL)shouldObserveActivityCache; @end