fix build failed

This commit is contained in:
Lightczx
2024-04-26 14:49:50 +08:00
parent 4dc753bf5a
commit 5954c1a0ab

View File

@@ -6,3 +6,4 @@ namespace Snap.Hutao.Service.BackgroundImage;
internal interface IBackgroundImageService
{
ValueTask<ValueResult<bool, BackgroundImage?>> GetNextBackgroundImageAsync(BackgroundImage? previous, CancellationToken token = default);
}