Declare CLLocationManager Instance

Declare CLLocationManager Instance

@interface AppDelegate : UIResponder <UIApplicationDelegate,CLLocationManagerDelegate> { CLLocationManager *locationManager; BOOL findLocation; }