luxlabs header browser preview


@interface _UIRemoteViewControllerWeakWrapperProxy : NSObject {
    id _target;
    Class _targetClass;
}

+ (id)wrapperWithTarget:(id)a0;

- (void)forwardInvocation:(id)a0;
- (id)forwardingTargetForSelector:(SEL)a0;
- (id)methodSignatureForSelector:(SEL)a0;
- (void).cxx_destruct;

@end