@protocol MKPlaceAttributionCellButtonDelegate; @interface MKPlaceAttributionCellButton : UIButton { BOOL _highlighted; } @property (weak, nonatomic) id buttonDelegate; - (void)setHighlighted:(BOOL)a0; - (void).cxx_destruct; - (BOOL)isHighlighted; @end