Add way to get to ObservableEventsClient

This commit is contained in:
pltaylor
2013-11-05 19:05:58 -05:00
parent 334cd136cc
commit f8dfd4a582
5 changed files with 25 additions and 0 deletions
@@ -0,0 +1,7 @@
namespace Octokit.Reactive
{
public interface IObservableActivitiesClient
{
IObservableEventsClient Event{ get; }
}
}