luxlabs header browser preview


@class NSString, GEORouteHypothesizer, EKTravelEngineHypothesis, CADRouteHypothesis;

@interface CALNGEORouteHypothesizer : NSObject <CALNRouteHypothesizer>

@property (readonly, nonatomic) GEORouteHypothesizer *routeHypothesizer;
@property (readonly, nonatomic) unsigned long long state;
@property (readonly, nonatomic) EKTravelEngineHypothesis *currentHypothesis;
@property (readonly, nonatomic) id /* block */ updateHandler;
@property (retain, nonatomic) CADRouteHypothesis *currentCADRouteHypothesis;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (void)didPostUINotification:(unsigned long long)a0;
- (void)requestRefresh;
- (void)startHypothesizingWithUpdateHandler:(id /* block */)a0;
- (void)stopHypothesizing;
- (id)initWithRouteHypothesizer:(id)a0;

@end