mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-04 06:11:14 +00:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace ZonyLrcTools.Common.Lyrics
|
|
{
|
|
public interface ILyricsTextResolver
|
|
{
|
|
LyricsItemCollection Resolve(string lyricText);
|
|
}
|
|
} |