project/apps/TestApp/Test App 2/GestureTestViewController.h in Ifd_Mobile-0.1.6 vs project/apps/TestApp/Test App 2/GestureTestViewController.h in Ifd_Mobile-0.1.7

- old
+ new

@@ -1,18 +1,18 @@ -// -// GestureTestViewController.h -// TestApp -// -// Created by ThinkSys- Amit on 12/07/13. -// -// - -#import <UIKit/UIKit.h> -#import <MapKit/MapKit.h> - -@interface GestureTestViewController : UIViewController<UIGestureRecognizerDelegate> -@property (retain, nonatomic) IBOutlet MKMapView *mapView; - - -- (IBAction)handleRotation:(UIRotationGestureRecognizer*)sender; - -@end +// +// GestureTestViewController.h +// TestApp +// +// Created by ThinkSys- Amit on 12/07/13. +// +// + +#import <UIKit/UIKit.h> +#import <MapKit/MapKit.h> + +@interface GestureTestViewController : UIViewController<UIGestureRecognizerDelegate> +@property (retain, nonatomic) IBOutlet MKMapView *mapView; + + +- (IBAction)handleRotation:(UIRotationGestureRecognizer*)sender; + +@end