mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
7 lines
147 B
C#
7 lines
147 B
C#
namespace ZonyLrcTools.Common.Lyrics
|
|
{
|
|
public interface ILyricTextResolver
|
|
{
|
|
LyricItemCollection Resolve(string lyricText);
|
|
}
|
|
} |