@class NSArray, HKStrokeStyle, UIImage, HKLineSeriesPointMarkerStyle, NSLock; @interface HKSleepDurationSeries : HKBarSeries @property (readonly, nonatomic) NSLock *seriesMutableStateLock; @property (retain, nonatomic) UIImage *goalLineMarkerImageStorage; @property (copy, nonatomic) NSArray *defaultFillStylesStorage; @property (copy, nonatomic) NSArray *highlightedFillStylesStorage; @property (copy, nonatomic) NSArray *inactiveFillStylesStorage; @property (copy, nonatomic) HKStrokeStyle *goalLineStrokeStyleStorage; @property (retain, nonatomic) HKLineSeriesPointMarkerStyle *goalLineMarkerStyleStorage; @property (nonatomic) BOOL extendGoalLineToAxisStorage; @property (copy, nonatomic) id /* block */ startOfDayTransformStorage; @property (nonatomic) BOOL hideInBedDataStorage; @property (nonatomic) BOOL hideAsleepDataStorage; @property (copy, nonatomic) NSArray *defaultFillStyles; @property (copy, nonatomic) NSArray *highlightedFillStyles; @property (copy, nonatomic) NSArray *inactiveFillStyles; @property (copy, nonatomic) HKStrokeStyle *goalLineStrokeStyle; @property (retain, nonatomic) HKLineSeriesPointMarkerStyle *goalLineMarkerStyle; @property (nonatomic) BOOL extendGoalLineToAxis; @property (copy, nonatomic) id /* block */ startOfDayTransform; @property (nonatomic) BOOL hideInBedData; @property (nonatomic) BOOL hideAsleepData; - (id)_stringForDuration:(double)a0; - (void)clearCaches; - (id)init; - (void).cxx_destruct; - (id)coordinatesForBlock:(id)a0 blockPath:(struct HKGraphSeriesDataBlockPath { long long x0; long long x1; long long x2; })a1 xAxis:(id)a2 yAxis:(id)a3; - (void)drawSeriesWithBlockCoordinates:(id)a0 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 zoomLevelConfiguration:(id)a2 pointTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a3 renderContext:(struct CGContext { } *)a4 secondaryRenderContext:(id)a5 seriesRenderingDelegate:(id)a6; - (BOOL)supportsMultiTouchSelection; - (void)_addAnnotationForValue:(double)a0 axisAnnotationDelegate:(id)a1; - (void)_addGoalAnnotationAtLocation:(double)a0 axisAnnotationDelegate:(id)a1; - (BOOL)_currentGoal:(id)a0 differentFrom:(id)a1; - (BOOL)_dataIsHidden:(long long)a0; - (void)_drawGoalLineMarkers:(id)a0 context:(struct CGContext { } *)a1 goalLineMarkerImage:(id)a2; - (void)_drawGoalLinePath:(id)a0 context:(struct CGContext { } *)a1; - (void)_drawPaths:(id)a0 withFillStyles:(id)a1 strokeStyle:(id)a2 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a3 context:(struct CGContext { } *)a4; - (id)_durationAbbreviatedFormatter; - (id)_durationShortFormatter; - (void)_rebuildPointMarkerImages; - (void)addGoalLinePathsToCoordinate:(id)a0 goalLinePath:(id)a1 goalLineMarkerPoints:(id)a2 previousCoordinateGoal:(id)a3 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a4; - (double)barWidthForVisibleBarCount:(long long)a0 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 minimumSpacing:(double)a2; - (void)drawWithBlockCoordinates:(id)a0 visibleBarCount:(long long)a1 pointTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a2 context:(struct CGContext { } *)a3 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a4 seriesRenderingDelegate:(id)a5; - (id)goalLineMarkerImage; @end