luxlabs header browser preview


@interface _TSHostingViewInvocationTarget : NSProxy {
    id /* block */ _handler;
}

- (void)forwardInvocation:(id)a0;
- (id)methodSignatureForSelector:(SEL)a0;
- (id)initWithHandler:(id /* block */)a0;
- (void).cxx_destruct;

@end