luxlabs header browser preview


@class NSString;

@interface AKTapGestureRecognizer : UITapGestureRecognizer <AKPenDetectionGestureRecognizerProtocol>

@property (nonatomic) BOOL penGestureDetected;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (void)reset;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;
- (void)_checkTouchesForStylus:(id)a0;

@end