luxlabs header browser preview


@class SPSearchSuggestionResult, PARTask, PARSession;

@interface PRSCoreParsecQueryTask : PRSQueryTask {
    PARSession *_parSession;
    BOOL _parsecEnabled;
}

@property (retain, nonatomic) SPSearchSuggestionResult *suggestionResult;
@property (retain) PARTask *task;

- (void)resume;
- (void).cxx_destruct;
- (void)setParsecState:(BOOL)a0;
- (void)handleResults:(id)a0;
- (id)initWithSession:(id)a0 parsecSession:(id)a1 handler:(id)a2 queue:(id)a3 queryContext:(id)a4 queryIdent:(unsigned long long)a5;
- (BOOL)needsBag;

@end