luxlabs header browser preview


@interface _GEOCancelBlock : NSObject <GEOCancellable> {
    id /* block */ _block;
}

- (void).cxx_destruct;
- (void)cancel;

@end