@protocol CPLEngineTransportDeleteTransportScopeTask, CPLEngineTransportUpdateTransportScopeTask; @interface CPLTransportUpdateScopeTask : CPLEngineScopedTask { id _deleteTask; id _updateTask; } - (id)taskIdentifier; - (void)launch; - (void).cxx_destruct; - (void)cancel; - (BOOL)checkScopeIsValidInTransaction:(id)a0; @end