@class MKMapItem; @protocol MKMapServiceTicket, MKReverseGeocoderDelegate; @interface MKReverseGeocoderInternal : NSObject { struct CLLocationCoordinate2D { double latitude; double longitude; } coordinate; id delegate; MKMapItem *mapItem; id ticket; BOOL querying; } - (void).cxx_destruct; @end