8 lines
133 B
C#
8 lines
133 B
C#
namespace RedditSharp
|
|
{
|
|
public interface ICaptchaSolver
|
|
{
|
|
CaptchaResponse HandleCaptcha(Captcha captcha);
|
|
}
|
|
}
|