hi i hav a code like this in the end i m getting error "the control reaches end of non-void function" how'll i get rid of this? tell me if anyone has the solution.
- (MKAnnotationView *)mapView:(MKMapView *)mapView
viewForAnnotation:(id <MKAnnotation>)annotation
{
NSLog(@"Callouts here");
}