3. Declare CLLocationManager instance.

3. Declare CLLocationManager Instance

@interface InterstitialExampleViewController () <CLLocationManagerDelegate> { CLLocationManager     *locationManager; BOOL                                findLocation; }