/* * This header is generated by classdump-dyld 1.0 * on Thursday, January 25, 2018 at 11:24:42 PM Eastern European Standard Time * Operating System: Version 11.1.2 (Build 15B202) * Image Source: /System/Library/Frameworks/MapKit.framework/MapKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ @protocol GEOCompletionItem; #import @class NSString, MKMapItem, NSArray, GEOSearchCategory; @interface MKLocalSearchCompletion : NSObject { id _item; NSString* _sourceID; NSString* _localizedSectionHeader; MKMapItem* _mapItem; BOOL _alreadySentFeedback; } @property (nonatomic,readonly) id geoCompletionItem; @property (getter=_alreadySentFeedback,nonatomic,readonly) BOOL alreadySentFeedback; //@synthesize alreadySentFeedback=_alreadySentFeedback - In the implementation block @property (nonatomic,readonly) NSArray * displayLines; @property (nonatomic,readonly) MKMapItem * mapItem; @property (nonatomic,readonly) GEOSearchCategory * category; @property (nonatomic,copy) NSString * sourceID; //@synthesize sourceID=_sourceID - In the implementation block @property (nonatomic,copy) NSString * localizedSectionHeader; //@synthesize localizedSectionHeader=_localizedSectionHeader - In the implementation block @property (getter=_type,nonatomic,readonly) long long type; @property (nonatomic,readonly) NSString * title; @property (nonatomic,readonly) NSArray * titleHighlightRanges; @property (nonatomic,readonly) NSString * subtitle; @property (nonatomic,readonly) NSArray * subtitleHighlightRanges; -(MKMapItem *)mapItem; -(NSString *)localizedSectionHeader; -(id)highlightsForLine:(unsigned long long)arg1 ; -(id)queryLine; -(id)calloutTitle; -(BOOL)getCoordinate:(CLLocationCoordinate2D*)arg1 ; -(void)sendFeedback; -(NSArray *)displayLines; -(void)setLocalizedSectionHeader:(NSString *)arg1 ; -(BOOL)isKindOfClass:(Class)arg1 ; -(BOOL)isEqual:(id)arg1 ; -(unsigned long long)hash; -(id)description; -(GEOSearchCategory *)category; -(NSString *)title; -(long long)_type; -(NSString *)subtitle; -(id)geoCompletionItem; -(BOOL)_alreadySentFeedback; -(id)initWithGeoCompletionItem:(id)arg1 ; -(NSArray *)titleHighlightRanges; -(NSArray *)subtitleHighlightRanges; -(id)copyStorage; -(id)iconWithScale:(double)arg1 ; -(NSString *)sourceID; -(void)setSourceID:(NSString *)arg1 ; @end