@interface _UIStatusBarActionGestureRecognizer : UIGestureRecognizer @property (nonatomic) BOOL highlighted; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)pressesEnded:(id)a0 withEvent:(id)a1; - (void)pressesBegan:(id)a0 withEvent:(id)a1; - (void)pressesChanged:(id)a0 withEvent:(id)a1; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)touchesMoved:(id)a0 withEvent:(id)a1; - (void)pressesCancelled:(id)a0 withEvent:(id)a1; @end