@class CKRecordZoneID; @interface PFCloudKitImporterZoneDeletedWorkItem : PFCloudKitImporterWorkItem { CKRecordZoneID *_deletedRecordZoneID; } - (void)dealloc; - (id)description; - (void)doWorkForStore:(id)a0 inMonitor:(id)a1 completion:(id /* block */)a2; - (id)initWithDeletedRecordZoneID:(id)a0 options:(id)a1 request:(id)a2; @end