@class NSString; @interface OKActionBindingFocusTap : OKActionBindingTap @property (nonatomic) unsigned long long mode; @property (nonatomic) BOOL focusInEnabled; @property (nonatomic) BOOL focusOutEnabled; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)supportedSettings; - (void)unload; - (id)init; - (void)dealloc; - (BOOL)performAction:(id)a0; - (BOOL)gestureRecognizer:(id)a0 shouldReceiveTouch:(id)a1; - (id)initWithSettings:(id)a0; - (id)settingObjectForKey:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)handleTap:(id)a0; - (void)loadForResponder:(id)a0 scope:(unsigned long long)a1; - (BOOL)ownsGestureRecognizer:(id)a0; - (BOOL)respondsToAction:(id)a0 isTouchCountAgnostic:(BOOL)a1; @end