mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-07 14:16:53 +00:00
7 lines
158 B
C#
7 lines
158 B
C#
namespace ZonyLrcTools.Cli.Infrastructure.Lyric
|
|
{
|
|
public interface ILyricTextResolver
|
|
{
|
|
LyricItemCollection Resolve(string lyricText);
|
|
}
|
|
} |