luxlabs header browser preview


@class NSDate, RTLocationRequestOptions;

@interface RTLocationManagerLocationRequest : NSObject

@property (readonly, nonatomic) RTLocationRequestOptions *options;
@property (readonly, nonatomic) id /* block */ handler;
@property (readonly, nonatomic) NSDate *startDate;

- (id)expiryDate;
- (id)description;
- (void).cxx_destruct;
- (id)initWithOptions:(id)a0 handler:(id /* block */)a1;

@end