00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSString; 00010 00011 @interface MacSearchResult : NSObject 00012 { 00013 NSString *name; 00014 NSString *address1; 00015 NSString *address2; 00016 NSString *locality; 00017 NSString *region; 00018 NSString *postalCode; 00019 NSString *countryCode; 00020 NSString *countryName; 00021 NSString *phone; 00022 NSString *referenceURL; 00023 NSString *attributionText; 00024 NSString *attributionURL; 00025 struct MapPoint *pos; 00026 unsigned char icon_class; 00027 unsigned char result_index; 00028 } 00029 00030 - (id)initWithSearchResult:(id)fp8; 00031 - (void)dealloc; 00032 - (BOOL)isEqual:(id)fp8; 00033 - (id)name; 00034 - (id)address1; 00035 - (id)address2; 00036 - (id)locality; 00037 - (id)region; 00038 - (id)postalCode; 00039 - (id)countryCode; 00040 - (id)countryName; 00041 - (id)phone; 00042 - (id)referenceURL; 00043 - (id)attributionText; 00044 - (id)attributionURL; 00045 - (struct MapPoint *)position; 00046 00047 @end 00048