00001 00002 @interface CPAttributedString : CPObject 00003 { 00004 CPString _string; 00005 CPArray _rangeEntries; 00006 } 00007 @end