00001 00002 @interface CPThemeBlend : CPObject 00003 { 00004 CPBundle _bundle; 00005 CPArray _themes; 00006 id _loadDelegate; 00007 } 00008 @end