3. Declare CLLocationManager instance. 3. Declare CLLocationManager Instance Copy to Clipboard @interface InterstitialExampleViewController () <CLLocationManagerDelegate> { CLLocationManager *locationManager; BOOL findLocation; }