9 #import <UIKit/UIKit.h>
15 id <IDMTapDetectingImageViewDelegate> __weak tapDelegate;
18 @property (nonatomic, weak) id <IDMTapDetectingImageViewDelegate> tapDelegate;
20 - (void)handleSingleTap:(UITouch *)touch;
21 - (void)handleDoubleTap:(UITouch *)touch;
22 - (void)handleTripleTap:(UITouch *)touch;
29 - (void)imageView:(UIImageView *)imageView singleTapDetected:(UITouch *)touch;
30 - (void)imageView:(UIImageView *)imageView doubleTapDetected:(UITouch *)touch;
31 - (void)imageView:(UIImageView *)imageView tripleTapDetected:(UITouch *)touch;
Definition: IDMTapDetectingImageView.h:13
Definition: IDMTapDetectingImageView.h:26