luxlabs header browser preview


@class NSInvocation;

@interface UIKeyboardInputManagerClientRequest : NSObject {
    NSInvocation *_invocation;
}

@property (readonly, nonatomic) NSInvocation *invocation;
@property (nonatomic) unsigned long long errorCount;

+ (id)untargetedInvocationWithInvocation:(id)a0 withCompletion:(BOOL)a1;

- (id)initWithInvocation:(id)a0;
- (void).cxx_destruct;

@end