luxlabs header browser preview


@class NSString, NSSet;

@interface _CDSpotlightDeletionOperation : NSObject <NSSecureCoding, BMStoreData> {
    NSString *_deletionType;
    NSString *_bundleId;
    NSSet *_itemIdentifiers;
    NSSet *_domainIdentifiers;
    id /* block */ _completion;
}

@property (class, readonly) BOOL supportsSecureCoding;

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

+ (id)eventWithData:(id)a0 dataVersion:(unsigned int)a1;
+ (id)deletionForEventsWithDomainIdentifiers:(id)a0 bundleId:(id)a1 completion:(id /* block */)a2;
+ (id)deletionForEventsWithItemIdentifiers:(id)a0 bundleId:(id)a1 completion:(id /* block */)a2;

- (id)serialize;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithDeletionType:(id)a0 bundleId:(id)a1 itemIdentifiers:(id)a2 domainIdentifiers:(id)a3 completion:(id /* block */)a4;

@end