project/apps/TestApp/Test App 2/GestureTestViewController.h in Ifd_Mobile-0.1.4 vs project/apps/TestApp/Test App 2/GestureTestViewController.h in Ifd_Mobile-0.1.5
- 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