9 #import <Foundation/Foundation.h> 11 @protocol MSILaserPointerDelegate <NSObject>
13 - (void)startLaserPointerTapAndHold:(UIGestureRecognizer *)gestureRecognizer;
14 - (void)stopLaserPointerMode:(UIGestureRecognizer *)gestureRecognizer;
15 - (void)laserPointerTouchMoved:(UIGestureRecognizer *)gestureRecognizer;