Declare CLLocationManager Instance Declare CLLocationManager Instance Copy to Clipboard @interface AppDelegate : UIResponder <UIApplicationDelegate,CLLocationManagerDelegate> { CLLocationManager *locationManager; BOOL findLocation; }