@class NSMutableDictionary; @interface ODDColorTransform : NSObject { NSMutableDictionary *mStyleLabels; } - (id)init; - (void).cxx_destruct; - (id)labelForName:(id)a0; - (void)setLabel:(id)a0 forName:(id)a1; @end