Add observable reactions client

This commit is contained in:
lrz-hal
2016-05-29 14:07:37 +02:00
parent 6baaa4e5fa
commit 831ff1cf31
9 changed files with 24 additions and 3 deletions
@@ -0,0 +1,6 @@
namespace Octokit.Reactive
{
public interface IObservableReactionsClient
{
}
}