luxlabs header browser preview


@class CNPostalAddress, CLLocation;

@interface FKMapsMerchant : FKMapsItem <NSCopying>

@property (copy, nonatomic) CLLocation *location;
@property (copy, nonatomic) CNPostalAddress *postalAddress;

- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithMUID:(unsigned long long)a0 resultProviderIdentifier:(int)a1 name:(id)a2 phoneNumber:(id)a3 url:(id)a4 heroImageURL:(id)a5 heroImageAttributionName:(id)a6 category:(unsigned long long)a7 mapsCategoryIdentifier:(id)a8 encodedStylingInfo:(id)a9 businessChatURL:(id)a10 lastProcessedDate:(id)a11 location:(id)a12 postalAddress:(id)a13;

@end