cocoaTouch/overlayViewController.h
changeset 3073 c22b395b6a2e
parent 3063 0092dc37fbd6
child 3113 2829ea0dd47c
equal deleted inserted replaced
3072:b18038b3a0f4 3073:c22b395b6a2e
     7 //
     7 //
     8 
     8 
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 
    10 
    11 
    11 
    12 @interface overlayViewController : UIViewController {
    12 @interface overlayViewController : UIViewController <UIActionSheetDelegate> {
    13     NSTimer *dimTimer;
    13     NSTimer *dimTimer;
    14     
    14     
    15     CGFloat initialDistanceForPinching;
    15     CGFloat initialDistanceForPinching;
    16     CGPoint gestureStartPoint;
    16     CGPoint gestureStartPoint;
    17 }
    17 }