@interface CMDiagramSegmentedPieMapper : CMDiagramShapeMapper { BOOL mDrawArrows; } - (int)pointCount; - (id)_suggestedBoundsForNodeAtIndex:(unsigned long long)a0; - (void)mapAt:(id)a0 withState:(id)a1; - (void)mapChildrenAt:(id)a0 withState:(id)a1; - (void)setDrawArrows:(BOOL)a0; - (struct CGSize { double x0; double x1; })sizeForNode:(id)a0 atIndex:(unsigned long long)a1; @end