luxlabs header browser preview


@class NSArray, CSSearchableIndex, PLPhotoLibrary;

@interface PLSpotlightDeletionOperation : PLSpotlightAsyncOperation

@property (readonly, nonatomic) CSSearchableIndex *searchableIndex;
@property (readonly, copy, nonatomic) NSArray *searchableItemIdentifiers;
@property (readonly, nonatomic) PLPhotoLibrary *photoLibrary;

- (void)main;
- (void).cxx_destruct;
- (id)initWithPhotoLibrary:(id)a0 spotlightSearchableIndex:(id)a1 searchableItemIdentifiers:(id)a2;

@end