luxlabs header browser preview


@class GEOMapRegion, NSString, NSError;
@protocol GEOMapServiceSpatialPlaceLookupTicket;

@interface _MKSpatialPlaceLookupTicket : NSObject <MKMapServiceSpatialPlaceLookupTicket> {
    id<GEOMapServiceSpatialPlaceLookupTicket> _spatialPlaceLookupTicket;
    NSError *_error;
    GEOMapRegion *_resultBoundingRegion;
}

@property (readonly, nonatomic) GEOMapRegion *boundingRegion;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)submitWithHandler:(id /* block */)a0 queue:(id)a1;
- (id)initWithTicket:(id)a0;
- (void).cxx_destruct;
- (void)cancel;
- (id)traits;

@end