First actual commit
added sources to repository
This commit is contained in:
7
RedditSharp/ICaptchaSolver.cs
Normal file
7
RedditSharp/ICaptchaSolver.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace RedditSharp
|
||||
{
|
||||
public interface ICaptchaSolver
|
||||
{
|
||||
CaptchaResponse HandleCaptcha(Captcha captcha);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user