luxlabs header browser preview


@class NSObject, TPSServiceConnection;
@protocol OS_dispatch_queue;

@interface TPSSearchQueryClient : NSObject

@property (retain, nonatomic) TPSServiceConnection *serviceProxy;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *clientQueue;

- (void)deleteAllSearchableItemsWithCompletionHandler:(id /* block */)a0;
- (id)init;
- (void)invalidate;
- (void)_performWithProxyHandler:(id /* block */)a0 errorHandler:(id /* block */)a1;
- (void).cxx_destruct;
- (id /* block */)_objectCompletionOnClientQueue:(id /* block */)a0;
- (void)reindexSearchableItemsWithIdentifiers:(id)a0 completionHandler:(id /* block */)a1;
- (void)reindexAllSearchableItemsWithCompletionHandler:(id /* block */)a0;
- (void)cancelQueryWithIdentifier:(id)a0;
- (void)performQuery:(id)a0 completion:(id /* block */)a1;

@end