// // ViewController.h // OtherUsefulIOS // // Created by Jeff Mcwherter on 1/7/12. // Copyright (c) 2012 Gravity Works Design. All rights reserved. // #import #import @interface ViewController : UIViewController { CLLocationManager *locationManager; } @end