00001 00002 @interface CPBezierPath : CPObject 00003 { 00004 CGPath _path; 00005 float _lineWidth; 00006 } 00007 @end