Sha256: fc49cb6ac8ee4cc819c655fffff102634b2424390a8448c8f5d88d417c77892a
Contents?: true
Size: 386 Bytes
Versions: 8
Compression:
Stored size: 386 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
8 entries across 8 versions & 1 rubygems