mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
9 lines
No EOL
180 B
C#
9 lines
No EOL
180 B
C#
using System.Threading.Tasks;
|
|
using Roadie.Library.Models.Users;
|
|
|
|
namespace Roadie.Library.Scrobble
|
|
{
|
|
public interface IRoadieScrobbler : IScrobblerIntegration
|
|
{
|
|
}
|
|
} |