@class NSString, NSDictionary, NSMutableDictionary, NSURL, NSObject; @protocol OS_dispatch_queue; @interface DNDSSyncEngineLastChanceDataStore : NSObject { NSMutableDictionary *_queue_recordsByID; NSURL *_url; NSObject *_queue; } @property (readonly, copy, nonatomic) NSDictionary *records; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)recordWithID:(id)a0; - (void)purge; - (void)_queue_read; - (void)_queue_write; - (void)addRecord:(id)a0; - (id)initWithURL:(id)a0; - (id)init; - (void)removeRecordsWithZoneID:(id)a0; - (id)_decodeRecordFromData:(id)a0; - (id)recordsWithZoneID:(id)a0; - (void).cxx_destruct; - (void)removeRecordWithID:(id)a0; - (id)_encodedDataFromRecord:(id)a0; @end