luxlabs header browser preview


@interface _GCDisposable : NSObject {
    id /* block */ _handler;
}

- (void)dealloc;
- (id)initWithCleanupHandler:(id /* block */)a0;
- (void).cxx_destruct;

@end