@interface ICCoreDataCoreSpotlightDelegate : NSCoreDataCoreSpotlightDelegate @property (nonatomic) BOOL isCheckingObjectConsistency; @property (readonly, nonatomic) BOOL shouldPerformConsistencyCheck; @property (nonatomic) unsigned long long indexingPriority; - (void)dealloc; - (id)bundleIdentifier; - (id)indexName; - (id)attributeSetForObject:(id)a0; - (void)startSpotlightIndexing; - (void)stopSpotlightIndexing; - (id)initForStoreWithDescription:(id)a0 coordinator:(id)a1 indexingPriority:(unsigned long long)a2; - (BOOL)shouldIndexableObjectExistInIndexing:(id)a0; @end