Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPTheme.h
Go to the documentation of this file.
1 
2 @interface CPTheme : CPObject
3 {
4  CPString _name;
5  CPDictionary _attributes;
6 }
7 @end