Viewing file: UIGestureRecognizerDelegate.h
Raw logifyUIGestureRecognizerDelegate was found in iOS
11.1.2,
11.0.1,
11.0,
10.2,
10.1.1,
9.3.3,
9.0,
8.0,
7.0,
6.0,
5.0,
4.0Filter:
/*
* This header is generated by classdump-dyld 1.0
* on Friday, March 8, 2019 at 8:19:36 PM Eastern European Standard Time
* Operating System: Version 11.0.1 (Build 15A402)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@protocol UIGestureRecognizerDelegate <NSObject>
@optional-(BOOL)gestureRecognizerShouldBegin:(id)arg1;
-(BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2;
-(BOOL)gestureRecognizer:(id)arg1 shouldRequireFailureOfGestureRecognizer:(id)arg2;
-(BOOL)gestureRecognizer:(id)arg1 shouldBeRequiredToFailByGestureRecognizer:(id)arg2;
-(BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2;
-(BOOL)gestureRecognizer:(id)arg1 shouldReceivePress:(id)arg2;
@end