@class NSString; @interface CUIThemeSchemaPSDLayer : NSObject @property (retain, nonatomic) NSString *name; - (void)dealloc; - (id)description; @end