luxlabs header browser preview


@class _CDEventIndexerContext, CSSearchableIndex, _CDSpotlightEventIndexerDataSource;

@interface _CDSpotlightEventIndexer : NSObject {
    CSSearchableIndex *_index;
    _CDSpotlightEventIndexerDataSource *_dataSource;
}

@property (retain, nonatomic) _CDEventIndexerContext *context;
@property (readonly, nonatomic, getter=isIndexing) BOOL indexing;

- (id)initWithDataSource:(id)a0;
- (void).cxx_destruct;
- (void)beginIndexingWithBatchSize:(unsigned long long)a0 completion:(id /* block */)a1;

@end