Sha256: 25f4d79660d201a9a61f653a261e404d6051d122ae8fd31c5d9e2d28fbd4beeb

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

//
//  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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
Ifd_Mobile-0.1.7 project/apps/TestApp/Test App 2/GestureTestViewController.h
Ifd_Mobile-0.1.4 project/apps/TestApp/Test App 2/GestureTestViewController.h
Ifd_Mobile-0.1.3 project/apps/TestApp/Test App 2/GestureTestViewController.h
Ifd_Mobile-0.1.2 project/apps/TestApp/Test App 2/GestureTestViewController.h