luxlabs header browser preview


@class NSString, NSXPCConnection, NSObject, ASDClaimApplicationsRequestOptions;
@protocol OS_dispatch_queue;

@interface ASDClaimApplicationsRequest : ASDBaseClient <NSXPCListenerDelegate> {
    NSObject<OS_dispatch_queue> *_accessQueue;
    NSObject<OS_dispatch_queue> *_calloutQueue;
    NSXPCConnection *_connection;
    ASDClaimApplicationsRequestOptions *_options;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

@end