API  1.0.0
CPThemeBlend.h
Go to the documentation of this file.
1 
2 @interface CPThemeBlend : CPObject
3 {
4  CPBundle _bundle // @accessors(getter=bundle);
5  CPArray _themes;
6  id _loadDelegate;
7 }
8 @end