IF.Lastfm/IF.Lastfm.Core/Objects/Shout.cs
Rikki Tooley 03fa6f74e9 Changed error handling, stubbed most of albumapi
Methods now return LastResponse or ListResponse (confusing? hmm) instead
of throwing exceptions.
2013-06-14 13:11:42 +01:00

6 lines
74 B
C#

namespace IF.Lastfm.Core.Objects
{
public class Shout
{
}
}