luxlabs header browser preview


@class NSDictionary;

@interface MKServerFormattedStringParameters : NSObject <NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) struct { BOOL abbreviatedUnits; long long distanceDetailLevel; BOOL spoken; BOOL dropTimestampAMPM; BOOL rightToLeft; double referenceDate; } options;
@property (readonly, copy, nonatomic) NSDictionary *variableOverrides;

- (unsigned long long)hash;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithInstructionsDistanceDetailLevel:(long long)a0 variableOverrides:(id)a1;
- (id)initWithOptions:(struct { BOOL x0; long long x1; BOOL x2; BOOL x3; BOOL x4; double x5; })a0 variableOverrides:(id)a1;
- (BOOL)isEqualToServerFormattedStringParameters:(id)a0;

@end