00001 00002 @interface CPTheme : CPObject 00003 { 00004 CPString _name; 00005 CPDictionary _attributes; 00006 } 00007 @end