luxlabs header browser preview


@class NSString, NSCondition, CLLocationManager;

@interface ARGeoTrackingLocationRequestHandler : NSObject <CLLocationManagerDelegate> {
    CLLocationManager *_locationManager;
    NSCondition *_authorizationCondition;
    int _authorizationStatus;
}

@property (copy, nonatomic) id /* block */ locationCompletionHandler;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)locationManagerDidChangeAuthorization:(id)a0;
- (void)setLocationManager:(id)a0;
- (void).cxx_destruct;
- (void)locationManager:(id)a0 didUpdateLocations:(id)a1;
- (void)locationManager:(id)a0 didFailWithError:(id)a1;
- (void)requestLocationWithCompletionHandler:(id /* block */)a0;
- (int)waitForAuthorizationStatus;

@end