@interface _HKStackedBarSegment : NSObject @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } rect; @property (nonatomic) unsigned long long roundedCorners; @property (nonatomic) BOOL shouldSeparateFromAdjacentSegments; @end