@interface AMPTintedBackgroundButton : UIButton - (void)setHighlighted:(BOOL)a0; - (void)tintColorDidChange; - (void)updateBackgroundColor; @end