cocoaTouch/OverlayViewController.h
changeset 3364 e5403e2bf02c
parent 3361 cfc6cd502f85
child 3463 23c50be687a9
equal deleted inserted replaced
3363:bcd6d76db4f7 3364:e5403e2bf02c
    22     
    22     
    23     CGFloat initialDistanceForPinching;
    23     CGFloat initialDistanceForPinching;
    24     CGPoint gestureStartPoint;
    24     CGPoint gestureStartPoint;
    25 }
    25 }
    26 
    26 
    27 @property (nonatomic,retain) NSTimer *dimTimer;
       
    28 @property (nonatomic,retain) id popoverController;
    27 @property (nonatomic,retain) id popoverController;
    29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    28 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    30 
    29 
    31 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    30 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    32 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    31 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;