@class UIView; @interface UIKBViewForResponderForwarding : UIView @property (retain, nonatomic) UIView *responderForForwarding; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (BOOL)pointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)touchesMoved:(id)a0 withEvent:(id)a1; @end