@class UIView; @protocol EKUITintColorUpdateDelegate; @interface TintColorUpdateView : UIView @property (nonatomic) UIView *tintColorUpdateDelegate; - (void)tintColorDidChange; @end